Kivy crash course 6: Kivy properties

This time I show how to make your own kivy properties, whose changes you can then observe and bind to just like all the pre-existing properties we’ve seen in previous videos. This can make for a much easier way to accomplish large scale interactions. Download links: - Python code at start: - Kv code at start: - Python co
Back to Top