This is a simple music player app built with Python and Pygame.
- Play/pause/resume songs
- Next/previous controls
- Progress slider with song duration
The app supports .mp3 files. Place your music files in the list_song
folder.
To run the app: python demo.py
- Python
- Tkinter - For the main interface
- Pygame - For audio playback
- Mutagen - For reading metadata from music files
- Add shuffle feature
- Support more audio formats
- Improve UI/UX
Contributions are welcome! Please create an issue or open a pull request if you would like to contribute.
This project is open source and available under the MIT License.