In this video I’ll show you how to create a basic Video Player with Kivy! Kivy comes with a basic videoplayer that you can use to do very basic video things. There...
In this video I’ll show you how to create lists with KivyMD. We’ll look at: OneLineListItem, TwoLineListItem, and ThreeLineListItem Those allow you to create...
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 video we looked at...
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 of our tic tac toe...
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 how to use basic...
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. I’ll show you how in...
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! I’ll show you how...
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 Python file, and on...
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 it’ll be a piece...
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 how to position the...