mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Caps, wording, and line wrapping for scenarios/gui.
Also added a brief description for PyQt.
This commit is contained in:
@@ -11,7 +11,7 @@ the Django admin interface.
|
|||||||
|
|
||||||
The main resource for information is the website:
|
The main resource for information is the website:
|
||||||
http://www.python-camelot.com
|
http://www.python-camelot.com
|
||||||
and the mailinglist https://groups.google.com/forum/#!forum/project-camelot
|
and the mailing list https://groups.google.com/forum/#!forum/project-camelot
|
||||||
|
|
||||||
Cocoa
|
Cocoa
|
||||||
-----
|
-----
|
||||||
@@ -22,7 +22,7 @@ GTk
|
|||||||
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
|
PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
|
||||||
itself, it is currently licensed under the GNU LGPL. It is worth noting that
|
itself, it is currently licensed under the GNU LGPL. It is worth noting that
|
||||||
PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
|
PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
|
||||||
recommended that PyGTK not be used for new projects and existing applications
|
recommended that PyGTK not be used for new projects and that existing applications
|
||||||
be ported from PyGTK to PyGObject.
|
be ported from PyGTK to PyGObject.
|
||||||
|
|
||||||
Kivy
|
Kivy
|
||||||
@@ -54,11 +54,13 @@ PyQt
|
|||||||
~~~~
|
~~~~
|
||||||
.. note:: If your software does not fully comply with the GPL you will need a commercial license!
|
.. note:: If your software does not fully comply with the GPL you will need a commercial license!
|
||||||
|
|
||||||
|
PyQt provides Python bindings for the Qt Framework (see below).
|
||||||
|
|
||||||
http://www.riverbankcomputing.co.uk/software/pyqt/download
|
http://www.riverbankcomputing.co.uk/software/pyqt/download
|
||||||
|
|
||||||
PyjamasDesktop (pyjs Desktop)
|
PyjamasDesktop (pyjs Desktop)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
PyjamasDesktop is a port of PyJamas. PyjamasDesktop is application widget set
|
PyjamasDesktop is a port of Pyjamas. PyjamasDesktop is application widget set
|
||||||
for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
|
for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
|
||||||
is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application
|
is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application
|
||||||
source code to be executed as a standalone desktop application.
|
source code to be executed as a standalone desktop application.
|
||||||
@@ -69,8 +71,9 @@ The main website; `pyjs Desktop <http://pyjs.org/>`_.
|
|||||||
|
|
||||||
Qt
|
Qt
|
||||||
--
|
--
|
||||||
`Qt <http://qt-project.org/>`_ is a cross-platform application framework that is widely used for developing
|
`Qt <http://qt-project.org/>`_ is a cross-platform application framework that
|
||||||
software with a GUI but can also be used for non-GUI applications.
|
is widely used for developing software with a GUI but can also be used for
|
||||||
|
non-GUI applications.
|
||||||
|
|
||||||
Tk
|
Tk
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user