[Tutor] Porting PHP web app to Python GUI
Alan Gauld
alan.gauld at btinternet.com
Mon Oct 12 16:24:48 CEST 2009
"RĂ¼diger Wolf" <rudiger.wolf at 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/
More information about the Tutor
mailing list