From: Berker Peksag Date: Mon, 2 Jan 2017 02:44:49 +0000 (+0300) Subject: Issue #29024: Add Kivy entry to GUI FAQ X-Git-Tag: v3.5.3rc1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2d673fc4c208d43f55ff694a333650e5138d489;p=python Issue #29024: Add Kivy entry to GUI FAQ Patch by inclement. --- diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 98a28c3c8a..477d8c6334 100644 --- a/Doc/faq/gui.rst +++ b/Doc/faq/gui.rst @@ -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 `_ have been implemented by James Henstridge; see . +Kivy +---- + +`Kivy `_ 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 ----