A Music Player
application that allows you to listen to music stored on your computer's internal or external memory.
-
First, ensure you have Python installed. You can download it here.
-
Then, install the required dependencies:
pip install -r requirements.txt
-
Open your command line and run:
python Music_player.py
- Upon successful launch, the application will look like this:
- 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.
- Once the folder is selected, you can access the music player interface. Here, you can
play
,pause
, and change tracks using the >> and << buttons.
- To change the music folder, click on the image (this is a hidden setting).
- Adjust the volume by scrolling the mouse wheel: scroll forward to
increase
volume, and scroll backward todecrease
volume.
Enjoy your music!