Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
dessant c4424f474d update font licensing in README 2015-05-21 18:06:20 +03:00
doc Merge pull request #3351 from icemac/patch-1 2015-05-15 16:09:41 +05:30
examples move kivy.require before other imports and convert tabs to space-tabs in kv example 2015-05-15 10:23:30 +03:00
kivy fix webdebugger 2015-05-20 15:20:42 -05:00
.gitattributes Adds recommended line normalization 2012-12-21 13:53:24 -05:00
.gitignore ignore audio_sdl2.c, generated by cython 2015-03-31 12:26:31 +03:00
.landscape.yaml testing landscape 2014-04-11 05:02:55 +02:00
.travis.yml test travis with xvfb 2012-10-23 16:21:59 +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 window: fix bad looking icon on Windows 7 by using native win32 API and set different icon for SMALL and BIG profile. You need to provide a .ico along the .png, and must contain at a 16x16 and 48x48 image. Closes #1667 2013-12-30 06:00:29 +01:00
Makefile respect PYTHON var when running make test 2015-04-01 22:53:05 -05:00
README.md update font licensing in README 2015-05-21 18:06:20 +03:00
setup.cfg remove inclusive cover, or nosetest will failed. 2011-01-21 00:06:02 +01:00
setup.py Merge pull request #3178 from DragonSA/freebsd 2015-05-15 16:35:06 +05:30

README.md

Kivy

Innovative User Interfaces Made Easy.

Kivy is a Python framework for the development of multi-touch enabled media rich applications. 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 our 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 organisation.

Kivy's Coverage 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/

An offline version in PDF format is also available. Kivy ships with a bunch of examples that 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 (http://kivy.org/docs/contribute.html) 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

Other projects

Have a look at our complementary projects:

  • Buildozer: A robot that will do everything needed to package your application for iOS and Android. Ask him, wait, it's done.
  • Plyer: Library for accessing features of your hardware such as the Accelerometer, Camera etc.
  • Pyjnius: Dynamic access to the Java/Android API from Python? Easy!
  • Pyobjus: Dynamic access to the Objective-C/iOS API from Python (wip).
  • Python for Android: Toolchain for building and packaging Kivy applications into Android APK's.
  • Kivy iOS: Toolchain for building and packaging Kivy applications into iOS IPA's.
  • Audiostream: Library for direct access to the Microphone and Speaker (for iOS and Android).
  • Garden: Explore User's widgets and libraries

Licenses

  • Kivy is released under the terms of the MIT License. Please refer to the LICENSE file.
  • The provided fonts DroidSans and DroidSansMono 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.