In this video we’ll build out the addition functionality of our calculator with Kivy and Python. In the last video, we built out the basic gui...
Category - Kivy
In this video we’ll start to build a simple Calculator app with Kivy and Python. In this video we’ll build out the main GUI for the...
In this video I’ll show you how to update labels in your Kivy app based on user input. Updating labels and other things based on user input is...
In this video I’ll show you how to use the FloatLayout with Kivy to position the things in your app. Float Layout allows you to position things...
In this video I’ll show you how to add images to your Kivy app. Using images with Kivy is pretty simple. We just create an image tag in our .kv...
In this video I’ll show you two different ways to change the background color of your app with Kivy and Python. Changing the background color...
In this video I’ll show you how to change the background and text color of Labels with Kivy and Python. Changing the background color and text...
In this video I’ll show you how to set default layout properties for widgets and then inherit them into all your widgets. Say you’ve got...
In this video I’ll explain the Box Layout for Kivy and Python. Kivy comes with several layout options to choose from. In this video we’ll...
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)...