We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cba33 commit d2d673fCopy full SHA for d2d673f
Doc/faq/gui.rst
@@ -77,6 +77,16 @@ for Python allow you to write GTK+ 3 applications. There is also a
77
The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
78
been implemented by James Henstridge; see <http://www.pygtk.org>.
79
80
+Kivy
81
+----
82
+
83
+`Kivy <https://kivy.org/>`_ is a cross-platform GUI library supporting both
84
+desktop operating systems (Windows, macOS, Linux) and mobile devices (Android,
85
+iOS). It is written in Python and Cython, and can use a range of windowing
86
+backends.
87
88
+Kivy is free and open source software distributed under the MIT license.
89
90
FLTK
91
----
92
0 commit comments