File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,46 +3,46 @@ GUI Applications
33
44
55Qt
6- ::
6+ --
77Qt is a cross-platform application framework that is widely used for developing
88software with a GUI but can also be used for non-GUI applications.
99
1010PySide
11- ------
11+ ~~~~~~
1212http://developer.qt.nokia.com/wiki/PySideDownloads/
1313
1414PyQt
15- ----
15+ ~~~~
1616.. note :: If your software does not fully comply with the GPL you will need a commercial license!
1717
1818http://www.riverbankcomputing.co.uk/software/pyqt/download
1919
2020Cocoa
21- :::::
21+ -----
2222.. note :: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application!
2323
2424PyObjC
25- ------
25+ ~~~~~~
2626.. note :: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.
2727
2828wxPython
29- ::::::::
29+ --------
3030
3131Install (Stable)
32- ----------------
32+ ~~~~~~~~~~~~~~~~
3333*Go to http://www.wxpython.org/download.php#stable and download the appropriate
3434package for your OS. *
3535
3636Gtk
37- :::
37+ ---
3838PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
3939itself, it is currently licensed under the GNU LGPL. It is worth noting that
4040PyGTK only currenty supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
4141recommended that PyGTK is not used for new projects and existing applications
4242be ported from PyGTK to PyGObject.
4343
4444Tk
45- ::
45+ --
4646Tkinter is a thin object-oriented layer on top of Tcl/Tk. It has the advantage
4747of being included with the Python standard library, making it the most
4848convenient and compatible toolkit to program with.
You can’t perform that action at this time.
0 commit comments