#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = https://kivy.org/ = インストール = {{{ pip install kivy }}} 動作確認 {{{ from kivy.app import App from kivy.uix.button import Button class TestApp(App): def build(self): return Button(text='Hello World') TestApp().run() }}} = 設定 = = 利用方法 = = 参考サイト = ---- CategoryPython