mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-17 13:58:10 +00:00
9 lines
300 B
Markdown
9 lines
300 B
Markdown
|
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
|