项目作者: robin025

项目描述 :
A Python GUI Based Music Player Which Uses Mutagen,Pygame
高级语言: Python
项目地址: git://github.com/robin025/Music-Player.git
创建时间: 2020-07-14T11:21:46Z
项目社区:https://github.com/robin025/Music-Player

开源协议:MIT License

下载


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.
    1. pip install pygame
    2. pip install mutagen
    3. pip install ttkthemes
  3. Clone the repository or download as zip and extract
    1. $ git clone https://github.com/robin025/Music-Player.git
    1. In the root directory open power shell and run
      1. 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.