A simple 🎵 music player 🎵 in Python using Tkinter and Pygame.
This is a basic music player that allows you to load music from a directory and play it. It provides simple controls to play, pause, resume, stop, skip forward, and skip backward through the songs.
- Python 3.x
- Libraries: tkinter, Pillow (PIL), pygame
-
Clone the repository:
git clone https://github.com/LuanHii/Music-Player-Python.git
-
Install dependencies:
pip install pillow pygame
-
Add your music files to the 'musics' directory.
-
Run the code:
python music_player.py
-
The graphical interface will appear. Select a song from the list and use the control buttons to play, pause, resume, stop, skip forward, and skip backward.
music_player.py
: Source code of the music player.img/
: Directory containing images for buttons.
Contributions are welcome! Feel free to open a pull request or report issues.
This project is licensed under the MIT License - see the LICENSE file for details.