In this video we’ll build out secondary buttons for our calculator app with Kivy and Python. So let’s build out the “+/-“, the “.”...
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 for our calculator...
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 Calculator App...
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 a fundamental part...
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 very precisely on...
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 language file and...
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 of your app is a...
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 color of a Kivy...
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 a bunch of buttons...
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 look at Box Layout...