Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.33 KB

Music-Player

GitHub license

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
 $ git clone https://github.com/robin025/Music-Player.git
  1. In the root directory open power shell and run
python main.py

ScreenShot

Rockerz 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.