This is a simple music player built using Python and Tkinter. The purpose of this application is to provide a basic music playing experience with a user interface built using Tkinter.
- Play, pause, and stop functionality.
- Volume control.
- Progress bar to visualize the current playback position.
- Display of the currently playing song.
This application has the following dependencies:
- Python 3.x
- tkinter (included in standard Python library)
- pygame
-
Install Python 3.x from the official Python website.
-
Install pygame using pip:
pip install pygame
-
Clone or download this repository.
-
Navigate to the repository directory:
cd simple-music-player-python-tkinter -
Run the application:
python music_player.py -
Use the user interface to load and play music files.
This music player supports the following audio formats:
- MP3
- WAV
To add music to the player, simply copy your music files (MP3 or WAV) into the music directory.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the application.