Город МОСКОВСКИЙ
00:08:53

The Kivy Builder - Python Kivy GUI Tutorial #6

Аватар
Питоновый старт для знатоков
Просмотры:
32
Дата загрузки:
02.12.2023 09:53
Длительность:
00:08:53
Категория:
Обучение

Описание

In this video we'll look at the Kivy Builder. In the last video we talked about the Kivy Design Language as a way to separate our design code from our functional app code, and we did that by creating a .kv file with the same name as our app's main Class.


In this video I'll show you how to create a kivy design file and name it anything you want, regardless of the name of your app's main class.


Then, we'll let our app know which .kv design file to use by using the Builder.


There are two Builder methods, load_file and load_string, and we'll discuss both of them in this video!

Рекомендуемые видео