python-scripts/scripts/Music Player
2022-10-13 15:12:17 +05:30
..
music-player.py Music player added 2022-10-13 15:12:17 +05:30
README.md Music player added 2022-10-13 15:12:17 +05:30
requirements.txt Music player added 2022-10-13 15:12:17 +05:30

This is a music player GUI 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