views:

1778

answers:

4

Hello, I need a GUI Builder for Tkinter... was using something a couple of years ago, but I can't find it anymore (I remember something related to Komodo IDE, but perhaps I'm wrong). Please don't give me links to non-functional, old or dead projects, because I found lots of them and none worked; I need something functional. Also, I don't want builders for pygtk/pyqt/other toolkits.

Thanks!

+1  A: 

A google search yielded this:

But when you are just starting out it might be nice to use a graphical designer. I don't know of any that are permanently free, but here's an idea. ActiveState's Komodo Pro editor does include a Tkinter designer, and you can try the product free for 30 days. That might be long enough to get you past the steep part of the learning curve. And you might find that Komodo is a good enough editor to be worth the $$. I sure enjoy using it myself.

http://mail.python.org/pipermail/tkinter-discuss/2005-October/000540.html

DoR
Unfortunately, the gui builder seems to have been removed from recent releases of Komodo IDE :(
+2  A: 

I have coded some Tkinter in the past and it is VERY straightforward. This is where I learned to code it:

http://www.pythonware.com/library/tkinter/introduction/

It is the best intro to Tkinter that I have seen

inspectorG4dget
I guess I'll have to learn to do it by hand if I don't find a decent GUI builder..
+1  A: 

Have a look at Rapyd-Tk. It might be the thing you're looking for (and it's free).

Can
While this seems to be pretty old, it's the closest thing to what I had in mind. Thanks!
+1  A: 

Visual Tkinter Free Python IDE http://pythontr.org/

livetogogo