Skip to content

Python GUI program that serves to play mp3 music files. GUI was made with Tkinter module, sound playback with Pygame, metadata of songs was acquired with Mutagen.

Notifications You must be signed in to change notification settings

attrishreyansh/Python-GUI-mp3-Player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI mp3 player

This GUI program is a mp3 music player made by means of Tkinter, Pygame and Mutagen.
If you want to use this program install modules specified in requirements.txt.
To run start music_player.py with python.

Help:

  • to add songs to playlist click 'add to list' button and choose mp3 files to add (you can choose multiple files)
  • to play click 'play' button
  • to start/stop music click 'toggle' button
  • to play next/previous song click 'next'/'previous' button

After current song ends, next song on the list will be played.

About

Python GUI program that serves to play mp3 music files. GUI was made with Tkinter module, sound playback with Pygame, metadata of songs was acquired with Mutagen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%