In this video we’ll get the song duration and the total song length for our MP3 songs in our MP3 playlist! Pygame makes getting the current position of a song...
Video
In this video we’ll create the Forward Button and the Back Button for our MP3 Player, we’ll also add the ability to delete a song, and delete all the songs...
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...
In this video we’ll start to build an MP3 player with Tkinter, Pygame, and Python. In the last video we learned how to play sounds and songs using pygame, in this...
In this video I’ll show you how to use sounds in Tkinter. I’ll show you how to play mp3 files, wav files, ogg files etc. We’ll be using pygame to play...
In this video I’ll show you how to change the color of a button when you hover the mouse over it, and pop up a little message too. In past video’s...
In this video we’ll build out a Hint function for our Word Jumble game! Users can click a button and the letters of the word will appear, one at a time –...
In this video we’ll create a fun little Word Jumble Game with Tkinter and Python. There are lots of examples of word jumbles online, but I think my take on it is a...
In this video I’ll show you how to get the height, width, x, and y coordinates for your tkinter app programatically. After your app runs, a user might resize it...
In this video I want to show you this cool little paint program that I built with Tkinter and Python. We won’t be building this app here, because I created an...
In this video I’ll show you how to resize a window dynamically with Tkinter and Python! We already know how to change the default size of our tkinter window: root...
In this video I’ll show you how to use timers with TKinter. We’ll also build a cool digital clock. There are many times when you need to run things on a...