Skip to content

Commit d2d673f

Browse files
committed
Issue python#29024: Add Kivy entry to GUI FAQ
Patch by inclement.
1 parent 34cba33 commit d2d673f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/faq/gui.rst

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ for Python allow you to write GTK+ 3 applications. There is also a
7777
The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
7878
been implemented by James Henstridge; see <http://www.pygtk.org>.
7979

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+
8090
FLTK
8191
----
8292

0 commit comments

Comments
 (0)