Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 554 Bytes

File metadata and controls

13 lines (10 loc) · 554 Bytes

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.