diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-01-02 02:45:16 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-01-02 02:45:16 (GMT) |
commit | 37023b64d7a9b70641f512d577f051e44d706eb8 (patch) | |
tree | 8cc8e5141209030f44093d060d135eddc34bd7f7 /Doc/faq | |
parent | 0e10243d64d7753f448fbce5bd20bab818ef2d26 (diff) | |
parent | d2d673fc4c208d43f55ff694a333650e5138d489 (diff) | |
download | cpython-37023b64d7a9b70641f512d577f051e44d706eb8.zip cpython-37023b64d7a9b70641f512d577f051e44d706eb8.tar.gz cpython-37023b64d7a9b70641f512d577f051e44d706eb8.tar.bz2 |
Issue #29024: Merge from 3.5
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/gui.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst index 98a28c3..477d8c6 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 <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 ---- |