
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 …
Kivy Basics — Kivy 2.3.1 documentation
Kivy depends on many libraries, such as SDL2, gstreamer, PIL, Cairo, and more. They are not all required, but depending on the platform you’re working on, they can be a pain to install.
Installation on Windows — Kivy 2.3.1 documentation
To install Kivy from source, please follow the installation guide until you reach the Kivy install step and then install the compiler below before continuing. To install kivy from source, you need a …
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.
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 …
Programming Guide — Kivy 2.3.1 documentation
Designing with the Kivy Language More documentation Integrating with other Frameworks Using Twisted inside Kivy Packaging your application Create a package for Windows Create a …
Kivy on Android — Kivy 2.3.1 documentation
The Kivy project provides all the necessary tools to package your app on Android, including building your own standalone APK or AAB that may be distributed on a market like the Google …