Is there any Visual Studio-like tool for creating GUIs for Python?

Pablo Antonio picture Pablo Antonio · Dec 27, 2009 · Viewed 24.9k times · Source

My girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually and edit functions associated with GUI-related events with little effort.

For example, she wants to double-click a button she just created and immediately see (and edit) the code associated with that button's on-click event. I believe this is what she does in Visual Studio.

The toolkit doesn't matter. She just wants this funcionality.

Is there some tool that accomplishes this?

Thank you.

EDIT: Made the example look bold. Seemed no one was looking at it, and it's an important requirement.

Answer

Dimitris Leventeas picture Dimitris Leventeas · Dec 27, 2009

I would recommend based on your needs:

  • Qt Designer
  • wxGlade

Check this out: http://wiki.python.org/moin/GuiProgramming