In this series we’re building an MP3 Player with TKinter and Python. In this video we’ll build out the Pause button and add the ability to load more than one song onto the playlist at the same time.
Pygame comes with a pause and unpause function that we’ll use, but we also need some way to globally keep track of whether or not a song has been paused.
We’ll also add a menu item that allows us to add more than one song to the playlist at a time.
Add comment