python-scripts/scripts/Music Player/README.md

14 lines
442 B
Markdown
Raw Normal View History

2022-10-13 09:44:35 +00:00
# Music Player GUI
2022-10-13 09:47:31 +00:00
![Screenshot (465)](https://user-images.githubusercontent.com/48403800/195563802-fdc224c3-8325-4e1b-b768-2d85e44a3666.png)
2022-10-13 09:44:35 +00:00
This is a GUI framework where two GUI libraries are used:
2022-10-13 09:42:17 +00:00
- 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
2022-10-13 09:47:31 +00:00