In this video we’ll build a cool Mortgage Calculator with Tkinter and Python. Mortgage calculators are pretty simple to create. You just need a little bit of math...
Video
In this video we’ll create a URL Link shortener using Tkinter and Python. You’ve seen url shorteners before, creating them is very easy using the URL...
In this video I’ll show you how to link multiple widgets, like text boxes, with one scrollbar. This method will work with anything that uses a Scrollbar with...
In this video I’ll show you how to use an external Web Browser with your Tkinter app. How many times would you have liked to open an external web browser from...
In this video we’ll build a fun Unicode Dice Roller app that rolls to dice, and then adds the total and outputs it onto the screen, along with actual unicode dice...
In this video we’ll add the ability to change the font size and font style in our font dialog app. We’ll add whatever font sizes you want, and we’ll...
In this video I’ll show you how to create a cool little font family picker with Tkinter and Python. We’ll use tkinter Font() to access all the available...
In this video I’ll show you how to center a widget using the place method with Tkinter and Python. Place() is similar to pack() and grid() but allows you to place...
In this video I’ll show you how to validate your generated registration key with Tkinter and Python. In the last video we generated a random serial number for...
In this video we’ll build out a software registration key generator. Let’s say you build some software that you want to sell, and you want your users to need...
In this video I’ll show you a quick hack to customize your Titlebar in Tkinter with Python. Tkinter doesn’t come with the ability to customize your titlebar...
In this video I’ll show you how to use the Postgres database in the cloud with your Tkinter app! Connect your tkinter app to a postgres database in the cloud...