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 Label is a little more complicated than changing the color of other widgets. We need to set a Canvas and create a rectangle first.
We'll also look at making text bold and italic, as well as giving it a shadow background!