You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scenarios/gui.rst
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,18 @@ PyObjC
29
29
30
30
wxPython
31
31
--------
32
-
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.
32
+
wxPython is a GUI toolkit for the Python programming language. It allows
33
+
Python programmers to create programs with a robust, highly functional
34
+
graphical user interface, simply and easily. It is implemented as a Python
35
+
extension module (native code) that wraps the popular wxWidgets cross platform
36
+
GUI library, which is written in C++.
33
37
34
38
Install (Stable)
35
39
~~~~~~~~~~~~~~~~
36
40
*Go to http://www.wxpython.org/download.php#stable and download the appropriate
37
41
package for your OS.*
38
42
39
-
Gtk
43
+
GTk
40
44
---
41
45
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
42
46
itself, it is currently licensed under the GNU LGPL. It is worth noting that
@@ -60,10 +64,15 @@ available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
60
64
61
65
Kivy
62
66
----
63
-
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
67
+
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch
68
+
enabled media rich applications. The aim is to allow for quick and easy
69
+
interaction design and rapid prototyping, while making your code reusable
70
+
and deployable.
64
71
65
-
Kivy is written in Python, based on OpenGL and supports different input devices such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
72
+
Kivy is written in Python, based on OpenGL and supports different input devices
73
+
such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
66
74
67
-
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
75
+
Kivy is actively being developed by a community and free to use. It operates
76
+
on all major platforms (Linux, OSX, Windows, Android).
68
77
69
78
The main resource for information is the website: http://kivy.org
0 commit comments