vote up 1 vote down star

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!

flag

80% accept rate
"Please don't give me links to non-functional, old or dead projects" - are you including PythonCard in that? – APC Nov 7 at 18:40
1  
Why do you need a gui builder? Tk is so easy to use that you really don't need one. Why not just take a day to learn how to code the GUI by hand? – Bryan Oakley Nov 7 at 19:01
@APC: I have the feeling that PythonCard is not for Tkinter @Bryan: I know that Tk is easy, but I'm not a gui programmer so I'd rather have a visual tool to design my user interface, rather than investing a lot of time in learning something I'll use rarely... – unknown (google) Nov 7 at 19:19

3 Answers

vote up 1 vote down check

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

link|flag
While this seems to be pretty old, it's the closest thing to what I had in mind. Thanks! – unknown (google) Nov 16 at 12:15
vote up 1 vote down

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

link|flag
Unfortunately, the gui builder seems to have been removed from recent releases of Komodo IDE :( – unknown (google) Nov 9 at 7:42
vote up 0 vote down

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

link|flag
I guess I'll have to learn to do it by hand if I don't find a decent GUI builder.. – unknown (google) Nov 9 at 7:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.