Kivy crash course 3: More interesting widget interactions

In the third part of this kivy crash course, we head back to python to give our simple kivy program some more interesting behaviour - rather than just having a kivy scatter handle everything, we bind a new textinput widget to let the user edit the text of the label. If you want to follow along, you can download the initial code at . You can also download and try the finished version from the end o
Back to Top