
Kivy: Cross-platform Python Framework for GUI apps Development
Kivy: The Open Source Python App Development Framework. Build and distribute beautiful Python cross-platform GUI apps with ease. Kivy runs on Android, iOS, Linux, macOS and …
Welcome to Kivy — Kivy 2.3.1 documentation
Kivy is an open source software library for the rapid development of applications equipped with novel user interfaces, such as multi-touch apps. We recommend that you get started with …
Installing Kivy — Kivy 2.3.1 documentation
The easiest way to install Kivy is with pip, which installs Kivy using either a pre-compiled wheel, if available, otherwise from source (see below). Kivy provides pre-compiled wheels for the …
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 …
Getting Started — Kivy 2.3.1 documentation
Getting Started » Getting Started ¶ Introduction Installing Kivy A first App Properties Kv Design Language Events Non-widget stuff Layouts Drawing Packaging Diving in « Touch Tracer Line …
Kivy Basics — Kivy 2.3.1 documentation
Programming Guide » Kivy Basics ¶ Installation of the Kivy environment ¶ Kivy depends on many libraries, such as SDL2, gstreamer, PIL, Cairo, and more. They are not all required, but …
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 …
Installation on Windows — Kivy 2.3.1 documentation
» Installation on Windows ¶ To install Kivy on Windows via pip, please follow the main installation guide. Installation components ¶ Following, are additional information linked to from some of …
A first App — Kivy 2.3.1 documentation
Immerse yourself in the world of Kivy with your first App. The Pong Game Tutorial introduces the fundamental design patterns and the application development process.
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 …