"RĂ¼diger Wolf" <rudiger.w...@throughputfocus.com> wrote

1) GUI with several input areas which are analogous to the HTML
Select, Input=Text, and Textarea fields.
3) Retrieve and display data from the database using predefined queries.

EasyGUI makes it simple to add GUI to python app.
http://easygui.sourceforge.net/

EasyGui makes it easy to capture data via simple dialog boxes
and display simple output the same way, but its not really a
GUI application its more like a GUI alternative to raw_input
and print. As such its very useful but...

You can't, so far as I can tell, design a multi part GUI form using
EasyGUI so I don;t think it would be a good choice here.

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to