.kivy code example
Example 1: python kivy
#-*- coding: utf-8 -*-
from kivy.app import App
from kivy.uix.label import Label
class TestApp(App):
def build(self):
return Label(text='Hello World')
TestApp().run()
Example 2: python kivy
[Python 3.5 Windows]
python -m pip install kivy.deps.angle
python -m pip install kivy