Is there a graphical GUI builder?

Ian Kelly ian.g.kelly at gmail.com
Tue Feb 19 17:39:13 EST 2013


On Tue, Feb 19, 2013 at 3:19 PM, Rex Macey <xer0925 at gmail.com> wrote:
> I'm new to Python and only a hobbyist programmer.  A long time ago I used Microsoft's Visual Basic which had a nice (graphical) facility for creating GUIs which was part of the development environment.  I'm wondering if there's a utility for Python to build GUIs.  I see that there is TKinter, which is a scripting function to build GUIs. To be clear, I'm looking for a graphical interface to build GUIs. Thanks.

wxFormBuilder seems to be popular and works with wxPython.  Beyond
that, you might also take a look at the "GUI Design Tools and IDEs"
list at:

http://wiki.python.org/moin/GuiProgramming



More information about the Python-list mailing list