A Python GUI Based Music Player Which Uses Mutagen,Pygame Rockerz Music Player written in Python using PyGame Module, Mutagen and Tkinter Themes
- Install Python 3.x (recommended) from here
- Run the following command in the terminal to install the Required Modules.
pip install pygame
pip install mutagen
pip install ttkthemes
- Clone the repository or download as zip and extract
$ git clone https://github.com/robin025/Music-Player.git
- In the root directory open power shell and run
python main.py
- Next song
- Previous song
- Pause/Stop any song
- Mute
- press ADD button to add files to the playlist, press ADD button and navigate to folder containing .mp3 files.
- press Delete button to delete files from the playlist.