skachat kivy python code example

Example 1: kivy

"""
Kivy is a cross-platform python library for developing apps across many 
devices, including:

1.  IOS
2. Android
3. Windows
4. Linux
5. MacOS

Even better for developers - It's open source!
"""

Example 2: what version of python supports kivy

As of version 1.8. 0 Kivy supports both Python >= 2.7 and Python >= 3.4 with the same codebase. Python 3 is also now supported by python-for-android. However, be aware that while Kivy will run in Python 3.4+, our iOS build tools still require Python 2.7.

Tags:

Misc Example