This is number 9 in a series of introductory Kivy tutorials.
Central themes: Passing data between widgets, creating Kivy properties
This tutorial directly follows on from the previous, so start by retrieving the previous code, as below:
main.py:
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout …