Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
dessant 981debdd2f Update README.md 2015-12-09 21:23:23 +02:00
doc add package list update command 2015-12-09 16:55:31 +02:00
examples examples: fixed unicode error in examples/keyboard.main.py 2015-12-04 23:48:49 +02:00
kivy Update clipboard_sdl2.py 2015-12-09 01:43:44 +05:30
.gitattributes Adds recommended line normalization 2012-12-21 13:53:24 -05:00
.gitignore Add .projectile to .gitignore 2015-11-20 21:45:01 -06:00
.travis.yml Update .travis.yml 2015-12-08 18:23:43 +02:00
AUTHORS add Past Core Developers section to AUTHORS 2015-03-14 22:32:07 +02:00
CONTRIBUTING.md Make feedback link interactive - link to contributing 2015-01-13 00:19:39 +02:00
LICENSE update year in license file 2015-01-09 02:17:10 +02:00
MANIFEST.in update MANIFEST.in to fix #3320 2015-10-11 20:12:40 +02:00
Makefile pdf: call make pdf twice 2015-12-01 15:52:13 +05:30
README.md Update README.md 2015-12-09 21:23:23 +02:00
setup.cfg remove inclusive cover, or nosetest will failed. 2011-01-21 00:06:02 +01:00
setup.py Merge pull request #3804 from kivy/deps 2015-11-30 00:41:46 -05: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, OS X, 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.

Coverage Status Build Status Bountysource

Installation, Documentation and Examples

Extensive installation instructions as well as tutorials and general documentation, including an API reference, can be found at http://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 an IRC channel:

  • Server : irc.freenode.net
  • Port : 6667, 6697 (SSL only)
  • Channel : #kivy

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 IRC channel are used exclusively for discussions about developing the Kivy framework and its sister projects:

IRC channel:

  • Server : irc.freenode.net
  • Port : 6667, 6697 (SSL only)
  • Channel : #kivy-dev

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.
  • Kivy Designer: UI designer for Kivy.
  • KivEnt: entity-based game engine for Kivy.
  • Garden: widgets and libraries created and maintained by users.

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.