Write a GUI for a python script?

Jeff Quandt Jeff.Quandt at bhmi.com
Fri Mar 3 10:06:36 EST 2006


Glurt Wuntal (02.03.2006 15:56):
> I am a newbie with Python. It's a great language, but I would like to be
> able to present a simple gui menu for some of my scripts; something better
> than using 'raw_input' prompts.
>

Another option is to use Jython, which allows you access to Java as well.  So, you can can write the procedural aspects in Python and add GUI support from Java.  You're probably looking for Tkinter, but I thought I'd throw the Jython option out there.

Jeff 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060303/ea3b8729/attachment.html>


More information about the Python-list mailing list