Grun is 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")
Works on Linux/BSD, Windows and Mac using Tk framework (or pygtk when available).
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· bugfix : use of the grun decorator was buggued (func_closure)
· local config enabled, if the conf file is in the root app