Change Background Color And Text Color of Labels - Python Kivy GUI Tutorial #10

Published: 16 November 2020
on channel: Codemy.com
49,814
1.1k

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!