This is a Python application that creates a simple music player using the Tkinter library for the graphical user interface (GUI) and the pygame library for music playback. The application allows users to open a folder containing MP3 files, create a playlist, and control music playback.
- Browse and open a folder to populate the playlist with MP3 files.
- Play, pause, stop, and resume music playback.
- User-friendly graphical user interface with buttons and visual cues.
- Playlist displays song names and allows selection.
- Python 3.x
- Tkinter library
- pygame library
- Pillow (PIL) library
- Run the application using Python.
- Click the "Open Folder" button to choose a folder containing MP3 files.
- The playlist will be populated with the available songs.
- Click the play button to start playing the selected song.
- Use the stop, pause, and resume buttons to control playback.
This project uses images and music files, so make sure to have the required files in their respective directories. Feel free to contribute, suggest improvements, or report any issues.