Global web icon
kivy.org
https://kivy.org/
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 Windows.
Global web icon
kivy.org
https://kivy.org/doc/stable/
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 Getting Started.
Global web icon
kivy.org
https://kivy.org/doc/stable/gettingstarted/install…
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 supported Python versions on Windows, macOS, Linux, and RPi.
Global web icon
kivy.org
https://kivy.org/doc/stable/gettingstarted/intro.h…
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 learn best practices.
Global web icon
kivy.org
https://kivy.org/doc/stable/guide/basic.html
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.
Global web icon
kivy.org
https://kivy.org/doc/stable/gettingstarted/first_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.
Global web icon
kivy.org
https://kivy.org/doc/stable/installation/installat…
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 compiler.
Global web icon
kivy.org
https://kivy.org/doc/stable/tutorials-index.html
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 Considerations Paint Widget Crash Course Basic Info
Global web icon
kivy.org
https://kivy.org/doc/stable/guide-index.html
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 package for Android Kivy on Android Creating packages for macOS iOS Prerequisites Create a package for iOS Package licensing Dependencies Windows (PyInstaller) Linux ...
Global web icon
kivy.org
https://kivy.org/doc/stable/gettingstarted/index.h…
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 Drawing Demonstration