Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 458 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 458 Bytes

mp3player

A basic mp3 player

Language Used

Python 2.7

Dependencies

  • Tkinter
  • pygame

Features

  • browse a directory in which songs are kept
  • common buttons of a mp3 player(play,stop,next track,previous track)
  • volume up and down buttons

Future Developments

  • better GUI design

Screenshots

Shows name of Artist and the Track

mp3img

We can now browse folders where .mp3 files are kept from the UI

imgmp3