News

First make sure you have python installed, 2.7 is the strongly recommended version Next install Kivy with the following commands from your command line: ...
The first few lines of the code are just imports, these tell python that we are using the Kivy library The next part is a class definition. The App class in Kivy does a thing, so we inherit it. Right ...