Python Music Player
supported_formats = ["mp3", "ogg", "flac", "m4a", "aac", "opus", "wav", "wma"]
A simple and elegant music player application built with Python using tkinter for the GUI and pygame for music playback.
✨ Features
- Clean Interface: A dark-themed, user-friendly interface.
- Music Control: Play, pause, stop, and skip to the next or previous track.
- Volume Slider: Adjust the volume easily with a vertical slider.
- Playback Progress: A progress slider shows the current position in the song.
- Load Music: Load individual music files or entire folders.
- Shuffle Mode: Toggle shuffle to play tracks in a random order.
Keyboard Shortcuts:
- Space: Play/Pause
- Left Arrow: Previous track
- Right Arrow: Next track
- Up Arrow or +: Increase volume
- Down Arrow or -: Decrease volume
Use the .exe file on Windows.
🛠️ How to Run: Install dependencies:
pip install pygame
pip install mutagen
Run the application:
python MusicPlay.PY