Python equivilant to msgbox()

Kent Johnson kent at kentsjohnson.com
Sun Feb 12 19:52:45 EST 2006


LittlePython wrote:
> Is there an equivalent to a msgbox() or wscript.echo (via wcsript) . I 
> would like to call this instead of print (to the screen) . I would like 
> to write a simple script that is not an event drive gui but calls input 
> boxes, message boxes, or maybe even a file open browser box as well?

Take a look at EasyGUI:
http://www.ferg.org/easygui/

Kent



More information about the Python-list mailing list