Play music from playlist of your choice
- Tkinter(available in python)
- pygame (
pip install pygame
) - mutagen (
pip install mutagen
)
A simple GUI of Music Player which play songs of the selected playlist.
- Play song
- Pause song
- stop song
- Add song
- Delete song
- Volume controller
- Length of song
You'll need Python 3.6 as project interpreter in case working on Pycharm.