Kivy Design Language - Python Kivy GUI Tutorial #5

Published: 04 November 2020
on channel: Codemy.com
80,082
2k

In this video we'll start to look at the Kivy Design Language.


The .kv design language allows us to abstract away the design elements of our app into a separate file, apart from our main Python code.


Think of it similar to HTML and CSS...kivy design language is similar to CSS (at least the concept of it).

In this video I'll recreate our app using the kivy design language. You'll see how easy it is!