A music player with gui made with python using tkinter and pygame
This Code requires python installed on your computer, python can be downloaded here
The code can only be used for personal use and educational purposes
In order for the app to show the songs you have, you must have all your songs in
C:\Music
Before using the app, you have to install pygame and tkinter in the command prompt/terminal using
pip install pygame
and
pip install tkinter
if you want to change the path where the app searches for songs, you must change the "rootpath" variable in line 11 according to the path where you have kept your songs example: C:/Downloads