Skip to content

Python program that can play mp3 files with interactive GUI

Notifications You must be signed in to change notification settings

msalmonw/python-gui-mp3-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-gui-mp3-player

Python program that can play mp3 files with interactive GUI

Features:

  1. Make a playlist by browsing to a folder containing mp3 files
  2. Pause/play music (keyboard: spacebar)
  3. Go to next or previous song in the playlist (keyboard: p/n)
  4. Skip forwards or backwards (keyboard: ctrl + right-arrow/left-arrow(60 seconds), right/left-arrow(10 seconds))
  5. Change volume (keyboard: up/down-arrow)

Known Issues:

  1. Even if a single mp3 file's metadata is empty in a folder, none of the files can be played. For now you can manually add the titles of such mp3 files to their metadata to resolve this issue.
  2. Clicking anywhere on the duration bar during playback will cause issues with the playback. Jump to next/previous song to as a workaround.

About

Python program that can play mp3 files with interactive GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages