mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Added more basic GUI info.
This commit is contained in:
@@ -4,20 +4,23 @@ GUI Applications
|
|||||||
|
|
||||||
Qt
|
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
|
PySide
|
||||||
------
|
------
|
||||||
|
http://developer.qt.nokia.com/wiki/PySideDownloads/
|
||||||
|
|
||||||
PyQt
|
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
|
Cocoa
|
||||||
:::::
|
:::::
|
||||||
|
|
||||||
PyObjC
|
PyObjC
|
||||||
------
|
------
|
||||||
|
*Note: Only available on Mac OSX. Don't pick this if you're writing a cross-platform application.*
|
||||||
|
|
||||||
WXPython
|
WXPython
|
||||||
::::::::
|
::::::::
|
||||||
|
|||||||
Reference in New Issue
Block a user