Readme for gui2py

gui2py is a GUI framework for building cross-platform "visual" desktop applications on Windows, Mac OS X, and Linux, using the Python language and the wxPython toolkit.
Initially based on PythonCard, it was enhanced to include a modern component object model and patterns (MVC), intuitive design & inspection tools and a compact overall structure.
It also mimics some HTML & Javascript features to lessen the gap between GUI and Web development, trying to have the best of both worlds.

Quick Start:
Try the sample application in this directory, running: `python sample.pyw`
Also, you can start the visual GUI designer with: `python -m gui.tools.designer`
To install, run `python setup.py install`

Home Page:
https://code.google.com/p/gui2py

Mailing list:
https://groups.google.com/d/forum/gui2py

gui2py requires Python 2.5 or later (up to 2.7) and wxPython 2.8 or later. 
wxPython 2.9.4 is required to use the newer features (PropertyGrid, WrapSizer, etc.)
Python is available at http://www.python.org/
wxPython is available at http://www.wxpython.org/

License

The source code written from scratch for this project is released under the terms of the GNU LGPLv3 license.
This software was inpired and/or borrowed initially some concepts, code and documentation from other projects, mainly PythonCard, but also wxGlade and wxPython (demos), whose are governed by their respective licenses.
For more information see the licenses directory, comments in the source files and commit history.

