MP3 Player created using Tkinter and Pygame (based on the one created by John Elder from Codemy.com) but adding some extra features
Features:
- Allows the importation of one or many musics from any directory in the disk
- Allows the deletion of one or all imported musics
- Presents the musics list based on what the user imported or deleted
- Plays the mp3 files musics
- Pauses and Resumes the musics
- Stops the musics on command
- It can change from one music to the foward or the previous
- Allows the change of volume
- And enables the user to change the part of the music that is playing (by changing the position on the music slider)