This is a simple MusicPlayer built with Python and Tkinter. The design was created by me with Figma and converted using TkForge.
You can add your own .mp3 files and listen to them.
All basic music-player features are available like:
- skip forward/back
- volume control
- play/pause
- .mp3 file playback
- playbar
The python script creates two folders in ProgramData: OzansMusicPlayer/AudioFiles
When the user uploads mp3 files from his machine they get copied into that directory. That folder also get scanned for mp3 files everytime the script starts.
pip install -r /path/to/requirements.txt
- pygame: is used for playing audio with pygame mixer music
- mutagen: used for scanning the .mp3 file for the cover
- pillow: used for implementing images into the code
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.