In this video I’ll show you how to create a carousel with Kivy and Python. Carousels are great for creating image slider type apps, or really anything you’d...
In this video I’ll show you how to use an Accordion with Kivy and Python. Accordions are really fun to use, and super easy to build. They’re great for...
In this video we’ll learn how to create Sliders for Kivy and Python. Slider for Kivy are incredibly easy to create. You just define them in your .kv file, add a...
In this video we’ll create a simple Spell Checker app with Kivy and Python! We’ll use the built in Spelling module in Kivy and the PyEnchant Library for the...
In this video we’ll use the FileChooser FileChooserIconView and FileChooserListView to create a simple image viewing app with Kivy. Kivy makes creating a...
In this video I’ll show you how to create rounded buttons with Kivy. Rounded buttons are actually pretty easy to make with Kivy. We’ll just use the Canvas...
Kivy 2.0 has been released! In this video I’ll show you how to install it! Installing Kivy has always been a bit of a chore. But with this new release...
In this video we’ll create a standalone .exe file for our Calculator app with Kivy and Python. We’ll be using the free pyinstaller to do all of this work...
In this video we’ll finish our calculator’s math buttons using the Python eval() function. Eval() will take a string and break it apart and evaluate it, ie...
In this video we’ll fix a decimal problem in our calculator app with Kivy and Python. In the last video we worked on some secondary buttons, including the decimal...