Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 442 Bytes

File metadata and controls

13 lines (7 loc) · 442 Bytes

Music Player GUI

Screenshot (465)

This is a GUI framework where two GUI libraries are used:

  • Pygame
  • Tkinter

It has functions such as play, stop, pause and resume in order to control the music player.

To create a music player with Python, we will be using the Pygame sound component and askdirectory() method of Tkinter