Differences between revisions 2 and 3
Revision 2 as of 2004-06-25 09:41:20
Size: 1262
Editor: arafel
Comment: Added reference to PyGUI and crrected the first spelling error
Revision 3 as of 2004-06-25 09:42:02
Size: 1262
Editor: arafel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Described as a "Experimental Native Python GUI Library", PyGUI is a project by Greg Ewin of [http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Pyrex] fame, it is a recently reactivated attempt to develop a cross-platform pythonic GUI API. The goals of the project as stated on the home-page are: Described as a "Experimental Native Python GUI Library", PyGUI is a project by Greg Ewin of [http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Pyrex] fame. It is a recently reactivated attempt to develop a cross-platform pythonic GUI API. The goals of the project as stated on the home-page are:

PyGUI

[http://www.cosc.canterbury.ac.nz/~greg/python_gui/ PyGUI Homepage]

Described as a "Experimental Native Python GUI Library", PyGUI is a project by Greg Ewin of [http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Pyrex] fame. It is a recently reactivated attempt to develop a cross-platform pythonic GUI API. The goals of the project as stated on the home-page are:

  • Develop a GUI API that is designed specifically for Python, taking advantage of Python's unique language features and working smoothly with Python's data types.
  • Provide implementations of the API for the three major platforms (Unix, Macintosh and Windows) that are small and lightweight, interposing as little code as possible between the Python application and the platform's underlying GUI facilities, and not bloating the Python installations or applications which use them.
  • Document the API purely in Python terms, so that the programmer does not need to read the documentation for another GUI library in terms of another language, and translate into Python.
  • Get the library and its documentation included in the core Python distribution, so that truly cross-platform GUI applications may be written that will run on any Python installation, anywhere,

PyGUI (last edited 2014-03-11 00:43:20 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.