It is a tkinter based GUI Python Music Player app.
This project is created with:
- Python 3.7
- Tkinter
- Pygame
- pygame Mixer
- Audio Metadata
- Pillow/PIL
- VS-Code
To run this project on local environment:
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the below URL.
$ git clone https://github.com/das88768/music-player.git
- Press Enter to create your local clone.
$ git clone https://github.com/das88768/music-player.git
> Cloning into `file-name`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
- And you are done with the setup.
-
Open the VS-Code
-
Go to the project cloned directory
-
And you will see something like this on your left side Explorer of vs code.
-
Open the requirements.txt file
-
Install all the modules listed using:
pip install module-name
- Then open the music_app.py
- And enter the following command on terminal:
python music_app.py
-
A tkinter GUI will appear:
-
Click on [Load Directory] Button.
-
Navigate to the folder where songs are stored on your pc and click on [Select Folder].
-
Now the GUI will look like this (Playlist box will filled with song names.)
-
Select any song from the playlist box and click on [Play] Button.
-
The selected song will be start to play the song.