Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e10243 + d2d673f commit 37023b6Copy full SHA for 37023b6
1 file changed
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