GUI issues in Python

Diez B. Roggisch deets at nospam.web.de
Thu Apr 6 09:31:43 EDT 2006


diffuser78 at gmail.com wrote:

> Hi,
> 
> I want to create a GUI where a user can select drag and drop kind of
> boxes, circles and make connections between them.
> 
> This is basically for depicting states and dependencies. I am writing a
> program where I let the user input states and dependencies in a certain
> domain. Based on input given by user in the GUI, I grab it and run my
> algorithm to generate the output.
> 
> I am wondering if there is any library like that in Python, or if
> anybody of you has done something similar in past, could you post some
> pointers.

tkinter. Amongst a bazillion others - but this is included, and the
canvas-widget actually very useful for your purpose.

Regards,




More information about the Python-list mailing list