The simplest GUI builder (tk/gtk), for RAD scripts
Project description
A simple example, turn your methods into gui forms
from grun import grun @grun def my_window( name, passwd, cookie=["1 day","1 week","1 month"] ): '''Hello, I'm the method's doc name: Login passwd: Password cookie: How long ? ''' if name == passwd: return True else: grun("Set login == password !") print my_window(cookie="1 day")
will display :
Works on Linux/BSD, Windows and Mac using Tk framework (or pygtk when available)
See more infos
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grun-0.1.tar.gz
(13.6 kB
view details)
Built Distribution
grun-0.1-py2.6.egg
(38.3 kB
view details)
File details
Details for the file grun-0.1.tar.gz
.
File metadata
- Download URL: grun-0.1.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 692b0a60a44fd00cbe517ba0c09c102005e6aacca87421025a4fedc855eb217a |
|
MD5 | 3bfeaa48721270c444dbf202cb7dd5d7 |
|
BLAKE2b-256 | eaeea0c5f3dbb1163e5ac6db6cb05c3068bd678ca39ff5afe4936088c41d9dfc |
File details
Details for the file grun-0.1-py2.6.egg
.
File metadata
- Download URL: grun-0.1-py2.6.egg
- Upload date:
- Size: 38.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f93c924259ca000d7c073a7806f939a96a9fc3f521ebd758b8abd188af18e9a2 |
|
MD5 | 009017f098fc1e64072ece3e9b989dee |
|
BLAKE2b-256 | d817b9e3f2649c0d7ccee2b1dc0eb1b310f0ab74509d3df932166075a05dcc13 |