An Intro to Kivy Layouts

preview_player
Показать описание
Learn how to layout your widgets in Kivy, a mobile GUI framework for Python
Рекомендации по теме
Комментарии
Автор

really interesting Mike, also loving the work you have done on the intros / transitions for the videos

KevinBurns
Автор

I'm going to guess the reason it can't autocomplete the Button() args is because Button inherits from both ButtonBehavior and Label, and has no __init__ of its own. Even the ButtonBehavior() init just takes **kwargs, which doesn't tell WingIDE anything useful. Likewise with Label(). Thanks for the walk through.

jkugler