In this video we’ll start to create a slider that lets us toggle thru a song that is playing and fast forward or rewind through the song. We...
Category - Tkinter
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...