In this video we’ll look at the custom fonts widget in CustomTkinter and Python. The Font widget allows you to update all sorts of things dealing with fonts. The...
Video
In this video we’ll look at the TopLevel Widget in CustomTkinter and Python. The TopLevel widget allows you to add new windows to your app, besides the main window...
In this video we’ll look at the Text Widget for CustomTkinter and Python. The Text box widget allows you to type large blocks of text into your Tkinter app...
In this video I’ll show you how to use the Switch Widget with CustomTkinter and Python. The switch is exactly what it sounds like…a switch that switches from...
In this video I’ll show you how to use Sliders in CustomTkinter and Python. Sliders are a great tool that you’ll use all the time. They allow you to adjust...
In this video we’ll look at Segmented Buttons in CustomTkinter and Python. Segmented buttons are a group of three switchable buttons. I’ll show you how to...
In this video I’ll show you how to use scrollable frames with CustomTkinter and Python. In regular Tkinter, you need to add a scrollbar to a frame to make it...
In this video we’ll look at Radio Buttons in CustomTkinter and Python. Radio Buttons are super useful, they allow you to choose between several options. I’ll...
In this video we’ll look at Progress Bars in CustomTkinter. Progress bars do just what they sound like…they allow you to visualize the progress of...
In this video we’ll look at Combo Boxes for Custom Tkinter and Python. ComboBoxes, or DropDown boxes are super useful in GUI design. In this video we’ll look...
In this video we’ll talk about the checkbox in CustomTkinter. Check boxes are super useful in any program, and with CustomTkinter you have lots of cool ways to use...
In this video I want to talk about Entry boxes for Custom Tkinter and Python. Entry widgets are one of the most fundamental widgets in Tkinter, and with CustomTkinter...