Files
python-guide/docs/scenarios/gui.rst
T
Kenneth Reitz 810edb79c1 Merge https://github.com/adambrenecki/python-guide
Conflicts:
	docs/scenarios/gui.rst
2011-05-12 02:44:44 -04:00

36 lines
829 B
ReStructuredText

GUI Applications
================
Qt
::
Qt is a cross-platform application framework that is widely used for developing software with a GUI but can also be used for non-GUI applications.
PySide
------
http://developer.qt.nokia.com/wiki/PySideDownloads/
PyQt
----
*Note: If your software does not fully comply with the GPL you will need a commercial license!*
http://www.riverbankcomputing.co.uk/software/pyqt/download
Cocoa
:::::
*Note: The Cocoa framework is only available on Mac OSX. Don't pick this if you're writing a cross-platform application!*
PyObjC
------
*Note: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.*
WXPython
::::::::
Install (Stable)
----
*Go to http://www.wxpython.org/download.php#stable and download the appropriate package for your OS.*
Gtk
:::
tk
::