
Kivy: Cross-platform Python Framework for GUI apps Development
Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.
Welcome to Kivy — Kivy 2.3.1 documentation
» Welcome to Kivy ¶ Welcome to Kivy’s documentation. Kivy is an open source software library for the rapid development of applications equipped with novel user interfaces, such as multi …
Installing Kivy — Kivy 2.3.1 documentation
Getting Started » Installing Kivy ¶ Installation for Kivy version 2.3.1. Read the changelog here. For other Kivy versions, select the documentation from the dropdown on the top left. Kivy 2.3.1 …
Kivy Basics — Kivy 2.3.1 documentation
Kivy App Life Cycle ¶ First off, let’s get familiar with the Kivy app life cycle. As you can see above, for all intents and purposes, our entry point into our App is the run () method, and in our case …
Introduction — Kivy 2.3.1 documentation
Kivy empowers you with the freedom to write your code once and have it run as-is on different platforms. Follow this guide to get the tools you need, understand the major concepts and …
Installation on Windows — Kivy 2.3.1 documentation
More info about this topic can be found in the Kivy wiki. Now that the compiler is installed, continue to install Kivy. Making Python available anywhere ¶ There are two methods for …
Tutorials — Kivy 2.3.1 documentation
Pong Game Tutorial Introduction Getting Started Add Simple Graphics Add the Ball Adding Ball Animation Connect Input Events Where To Go Now? A Simple Paint App Basic …
A first App — Kivy 2.3.1 documentation
Getting Started » A first App ¶ Immerse yourself in the world of Kivy with your first App. The Pong Game Tutorial introduces the fundamental design patterns and the application development …
Kv language — Kivy 2.3.1 documentation
Programming Guide » Kv language ¶ Concept behind the language ¶ As your application grows more complex, it’s common that the construction of widget trees and explicit declaration of …
Programming Guide — Kivy 2.3.1 documentation
Kivy App Life Cycle Running the application Customize the application Controlling the environment Path control Configuration Restrict core to specific implementation Metrics …