Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
Mirko Galimberti 714f493508
When using pytest_asyncio for tests, function should be decorated with pytest_asyncio.fixture (#7917)
2022-07-28 18:57:26 +02:00
.ci Increase timeout to avoid failing tests on windows-2022 (#7827) 2022-03-02 23:05:46 +01:00
.github Migrate from probot/no-response to lee-dohm/no-response (#7903) 2022-07-10 17:22:34 +02:00
doc Add missing closing paren in hint text (#7928) 2022-07-28 16:07:45 +02:00
examples Fix minor typo in pong tutorial code comments (#7927) 2022-07-28 16:07:29 +02:00
kivy When using pytest_asyncio for tests, function should be decorated with pytest_asyncio.fixture (#7917) 2022-07-28 18:57:26 +02:00
.gitattributes Adds recommended line normalization 2012-12-21 13:53:24 -05:00
.gitignore SoundLoader: Fix play calls not working in ffpyplayer after the first (#7541) 2021-05-28 15:39:33 -04:00
.readthedocs.yml Fix rtd builds. (#6503) 2019-09-04 23:33:02 -04:00
AUTHORS add keyweeusr to the core dev list 2017-01-04 23:41:27 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-03-12 19:33:02 +02:00
LICENSE Update license year 2022-01-22 16:10:59 +01:00
MANIFEST.in Include pyproject.toml in sdist. 2019-12-27 23:57:37 -05:00
Makefile 🔨 Revert back to previosu metho 2021-04-03 20:09:25 +02:00
README.md Update README.md (#7757) 2022-01-19 21:03:43 +01:00
pyproject.toml Bump cython and kivy_deps versions to latest. 2022-02-25 19:47:48 -05:00
setup.cfg Bump cython and kivy_deps versions to latest. 2022-02-25 19:47:48 -05:00
setup.py add GitHub URL for PyPi (#7826) 2022-03-05 08:58:48 +01:00

README.md

Kivy

Innovative user interfaces made easy.

Kivy is an open source, cross-platform Python framework for the development of applications that make use of innovative, multi-touch user interfaces. The aim is to allow for quick and easy interaction design and rapid prototyping whilst making your code reusable and deployable.

Kivy is written in Python and Cython, based on OpenGL ES 2, supports various input devices and has an extensive widget library. With the same codebase, you can target Windows, macOS, Linux, Android and iOS. All Kivy widgets are built with multitouch support.

Kivy is MIT licensed, actively developed by a great community and is supported by many projects managed by the Kivy Organization.

Bountysource Backers on Open Collective Sponsors on Open Collective

Coverage Status Windows Unittests Status Ubuntu Unittests Status OSX Unittests Status Windows wheels Status Manylinux wheels Status Raspberry Pi wheels Status OSX wheels Status

Installation, Documentation and Examples

Extensive installation instructions as well as tutorials and general documentation, including an API reference, can be found at https://kivy.org/docs. A PDF version is also available.

Kivy ships with many examples which can be found in the examples folder.

Support

If you need assistance, you can ask for help on our mailing list:

We also have a Discord channel:

Contributing

We love pull requests and discussing novel ideas. Check out our contribution guide and feel free to improve Kivy.

The following mailing list and Discord channel are used exclusively for discussions about developing the Kivy framework and its sister projects:

Discord channel:

Sister projects

  • Buildozer: generic Python packager for Android and iOS.
  • Plyer: platform-independent Python wrapper for platform-dependent APIs.
  • Pyjnius: dynamic access to the Java/Android API from Python.
  • Pyobjus: dynamic access to the Objective-C/iOS API from Python.
  • Python for Android: toolchain for building and packaging Python applications for Android.
  • Kivy iOS: toolchain for building and packaging Kivy applications for iOS.
  • Audiostream: library for direct access to the microphone and speaker.
  • KivEnt: entity-based game engine for Kivy.
  • Garden: widgets and libraries created and maintained by users.
  • Oscpy: a fast and tested python2/3 implementation of OSC.

Licenses

  • Kivy is released under the terms of the MIT License. Please refer to the LICENSE file.
  • The provided fonts Roboto and Roboto Mono are licensed and distributed under the terms of the Apache License, Version 2.0. The DejaVuSans (used for the virtual keyboard) license can be viewed here.
  • The current UI design has been adapted from Moblintouch theme's SVGs and is licensed under the terms of the LGPLv2.1.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]