Skip to content

Latest commit

 

History

History
 
 

Music-Player-App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Music Player App Using Pygame and Mutagen

forthebadge made-with-python

A Python GUI Based Music Player Which Uses Mutagen,Pygame Rockerz Music Player written in Python using PyGame Module, Mutagen and Tkinter Themes

Installing

  1. Install Python 3.x (recommended) from here
  2. Run the following command in the terminal to install the Required Modules.
 pip install pygame
 pip install mutagen
 pip install ttkthemes
  1. Clone the repository or download as zip and extract
 clone this repo
  1. In the root directory open power shell and run
python main.py

Screenshot

Rockerzz Music Player

Features

  1. Next song
  2. Previous song
  3. Pause/Stop any song
  4. Mute
  5. press ADD button to add files to the playlist, press ADD button and navigate to folder containing .mp3 files.
  6. press Delete button to delete files from the playlist.