In this video I’ll show you how to change the color of buttons with Kivy. Kivy uses a kind of weird color system that looks like this (1,1,1,1) where each of those...
In this video we’ll look at the Kivy Builder. In the last video we talked about the Kivy Design Language as a way to separate our design code from our functional...
In this video we’ll start to look at the Kivy Design Language. The .kv design language allows us to abstract away the design elements of our app into a separate...
In this video I’ll show you how to explicitly set the height and width of individual widgets with Kivy. We’ll also look at how to set the default height and...
In this video I’ll show you how to make your submit button span two columns. In the last video we created an app with a submit button that was stuck in the first...
In this video we’ll start to look at using input boxes and buttons with Kivy and Python. Input boxes and buttons are the most basic input/output type things in any...
In this video we’ll start to look at building GUI apps with Python and Kivy by installing Kivy for Windows. *NOTE: if you have trouble installing with Python 3.8...