You need easygui:
http://www.ferg.org/easygui/index.html
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I'm writing a scipt that need to interact with the user.
> Lets say I have the:
>
> "Do you want to continue [Y|n]"
>
> Where just pressing return means Yes (since its uppercase).
>
> Its easy to write a function for this, but perhaps something like this
> already exis
I'm writing a scipt that need to interact with the user.
Lets say I have the:
"Do you want to continue [Y|n]"
Where just pressing return means Yes (since its uppercase).
Its easy to write a function for this, but perhaps something like this
already exists. Could someone point me to a class that