Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.68 KB

Music Player - Python

A Music Player application that allows you to listen to music stored on your computer's internal or external memory.

sc1

Demo - Using My Music Player

1. Install Dependencies

  • First, ensure you have Python installed. You can download it here.

  • Then, install the required dependencies:

    pip install -r requirements.txt
    

2. Run the Music_player.py File

  • Open your command line and run:

    python Music_player.py
    

3. Demonstration

  • Upon successful launch, the application will look like this:

sc1

  • A pop-up will appear for first-time users to choose a folder containing at least one .mp3 or .wav file. Don't skip this step.

sc2

  • Once the folder is selected, you can access the music player interface. Here, you can play, pause, and change tracks using the >> and << buttons.

sc3

  • To change the music folder, click on the image (this is a hidden setting).

sc4

  • Adjust the volume by scrolling the mouse wheel: scroll forward to increase volume, and scroll backward to decrease volume.

sc5

Enjoy your music!