In this video I’ll show you how to create lists with KivyMD. We’ll look at: OneLineListItem, TwoLineListItem, and ThreeLineListItem Those...
Category - Kivy
In this video we’ll continue with our Tic Tac Toe game and create a scoreboard that keeps track of how many times X and O have won! In the last...
In this video we’ll add the logic to our tic tac toe game with Kivy and Python. In the last video we built out the gui and basic functionality...
In this video we’ll start to build out a Tic Tac Toe game with Kivy and Python! Tic Tac Toe is a simple game, but it’ll allow us to learn...
In this video I’ll show you how to use the VKeyboard With Kivy. It’s pretty easy to add a Keyboard to your app using VKeyboard...
In this video I’ll show you how to use python in your .kv design files. Can we use actual Python on a Kivy .kv file? Well….sort of...
In this video I’ll show you how to add a map to your Kivy App. We’ll use MapView to add a map to our Kivy app two different ways; on the...
In this video we’ll add a MatplotLib Graph to our Kivy App. Adding matplotlib to a kivy app is pretty easy, we’ll use kivy_garden and...
In this video video I’ll show you how to remove the Titlebar from your Kivy Apps. We’ll remove the title bar and I’ll also show you...
In this video I’ll show you how to use the PostGres database with your Kivy apps with Python. Postgresql is a very popular database for...