-
Notifications
You must be signed in to change notification settings - Fork 25
/
readme.txt
28 lines (20 loc) · 1.5 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.