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
.. note:: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application!
23
25
24
26
PyObjC
25
-
------
27
+
~~~~~~
26
28
.. note:: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.
27
29
28
30
wxPython
29
-
::::::::
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++.
30
33
31
34
Install (Stable)
32
-
----------------
35
+
~~~~~~~~~~~~~~~~
33
36
*Go to http://www.wxpython.org/download.php#stable and download the appropriate
34
37
package for your OS.*
35
38
36
39
Gtk
37
-
:::
40
+
---
38
41
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
39
42
itself, it is currently licensed under the GNU LGPL. It is worth noting that
40
43
PyGTK only currenty supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
41
44
recommended that PyGTK is not used for new projects and existing applications
42
45
be ported from PyGTK to PyGObject.
43
46
44
47
Tk
45
-
::
48
+
--
46
49
Tkinter is a thin object-oriented layer on top of Tcl/Tk. It has the advantage
47
50
of being included with the Python standard library, making it the most
48
51
convenient and compatible toolkit to program with.
@@ -54,3 +57,13 @@ feel on all platforms.
54
57
There's a good multi-language Tk tutorial with Python examples at
55
58
`TkDocs <http://www.tkdocs.com/tutorial/index.html>`_. There's more information
56
59
available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
60
+
61
+
Kivy
62
+
----
63
+
Kivy 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.
64
+
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.
66
+
67
+
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
68
+
69
+
The main resource for information is the website: http://kivy.org
0 commit comments