Install With QPYPI

Other Version: 1.10.0

You must insert the following header code into your QPython script.

#qpy:kivy

Example:

#qpy: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()

Type:
local
Home page:
https://github.com/kivy/kivy
Author:
developer
Classifiers:
Files version author downloads
kivy-u4-qpython-1.10.0.tar.gz v1.10.0 developer 3331