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...
Category - Kivy
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...
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...
In this video we’ll use the FileChooser FileChooserIconView and FileChooserListView to create a simple image viewing app with Kivy. Kivy makes...
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...
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...
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...
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...
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...
In this video we’ll build out secondary buttons for our calculator app with Kivy and Python. So let’s build out the “+/-“...