This is a Python music player application built using the Tkinter and Pygame libraries. It allows you to play and manage your music files with a user-friendly interface.
- Load music files from a selected folder
- Display a list of available songs
- Play, pause, go to the previous/next song
- Simple and intuitive controls
- Python 3.x
- Tkinter
- Pygame
- Clone the repository or download the source code.
git clone https://github.com/Avijit-ap/music-player.git
- Install the required libraries using pip.
-
Run the
mmain.py
script. -
Click on the "Organise" menu and select the folder containing your music files.
-
The list of songs will be displayed in the interface.
-
Use the control buttons (play, pause, previous, next) to manage playback.
Contributions are welcome! If you find any issues or want to add new features, please open an issue or submit a pull request.
This project is licensed under the MIT License.