ANN: PyGUI 2.0.5

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 26 22:33:01 EDT 2009


Randy Syring wrote:

> Could you tell me briefly how this project differs from something like 
> wxPython?

It wraps platform-specific libraries directly, rather than
being a wrapper around another cross-platform library. This
means less bloat and less dependencies. Chances are you
already have the necessary libraries installed.

The API is designed to be very straightforward and Pythonic,
and it's fully documented in its own terms, so you don't
have to consult the documentation for some other library
in some other language and translate into Python.

-- 
Greg



More information about the Python-list mailing list