Skip to content

reingart/gui2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aca0a05 · Dec 12, 2016
Dec 8, 2014
Sep 5, 2016
Mar 30, 2013
Dec 12, 2016
Jul 14, 2013
Jul 31, 2013
May 14, 2013
Aug 27, 2013
Dec 8, 2014
Jul 31, 2013
Oct 30, 2015
May 8, 2013
May 8, 2013
Jul 10, 2013
Jan 8, 2016
Mar 27, 2013
Mar 30, 2013
Feb 24, 2014
May 8, 2013
May 1, 2013
Mar 31, 2013
Aug 11, 2014
Aug 17, 2016
Jan 7, 2016
Mar 18, 2014
Jul 10, 2013
Mar 27, 2013
Mar 27, 2013

Repository files navigation

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.

Its objetive is to evolve PythonCard with web2py's philosophy and facilities.

Its goals includes a KISS compact structure, visual tools (designer, inspector and property editor), HTML/Javascript-like capabilities, modern MVC patterns support, and compatibility with multiple versions of wxPython and Python (including py3k and the upcoming wx version 3.0 -a.k.a. Phoenix-).

gui2py visual designer in action

For more information see the main project site: https://code.google.com/p/gui2py

Installation Instructions:

You need at least wxPython 2.9.4 to use the development tools, as they depends on the latest features added to wxWidgets.

Download & uncompress the source code zip archive, or check out the git repository using mercurial hg-git (or git directly):

hg clone git+https://github.com/reingart/gui2py.git
cd gui2py
python setup.py install

Then, try the minimal application the main directory, double clicking the minimal.pyw file or running:

python minimal.pyw

Or, try the sample application in the same directory, double clicking the sample.pyw file or running:

python sample.pyw

Also, you can start the GUI designer with:

python -m gui.tools.designer

For the extensive instructions (including packages for each major O.S.), see the Installation Guide