]> granicus.if.org Git - python/commitdiff
Issue #29024: Add Kivy entry to GUI FAQ
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 02:44:49 +0000 (05:44 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 02:44:49 +0000 (05:44 +0300)
Patch by inclement.

Doc/faq/gui.rst

index 98a28c3c8a7a4411249352b20dcc19915b42a6a0..477d8c633438d1a92371fdbf99dbf33d897d3a75 100644 (file)
@@ -77,6 +77,16 @@ for Python allow you to write GTK+ 3 applications.  There is also a
 The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
 been implemented by James Henstridge; see <http://www.pygtk.org>.
 
+Kivy
+----
+
+`Kivy <https://kivy.org/>`_ is a cross-platform GUI library supporting both
+desktop operating systems (Windows, macOS, Linux) and mobile devices (Android,
+iOS).  It is written in Python and Cython, and can use a range of windowing
+backends.
+
+Kivy is free and open source software distributed under the MIT license.
+
 FLTK
 ----