Jul 28, 2024
youtube1
for $49 membershipdesign.py
)
Sublime Text
and Git Bash Terminal
my app
class to inherit from Widget
my.kv
)
app
from class name to name the kv file (e.g., my.kv
).my.kv
)GridLayout
1 column
for main layout.GridLayout
for additional input.Name
, Favorite Pizza
, Favorite Color
).multiline
for text inputs.root.width
and root.height
.font_size
(e.g., set to 32
).name
, pizza
, color
).from kivy.properties import ObjectProperty
to interact with inputs.on_press
method.