[Tutor] Are there any Python-based GUI builders for tkinter

Alan Gauld alan.gauld at btinternet.com
Tue Oct 27 20:06:52 EDT 2015


On 27/10/15 20:20, boB Stepp wrote:
> I have a friend at work and he is trying to develop GUI applications
> in Python, but he does not want to hand-code them.  Are there any
> commercial or non-commercial products that would do this for him?  He
> tried his own online search but was unsuccessful.

There are a few SpecTcl is one that works for Tcl and there was a 
version of SpecTcl for python. There are GUI builders for other toolkits 
too. Dabo (wxPython at heart but adds its own widgets
on top) is the only one I've found that works well (at least
when I tried it).

But frankly they are generally not very good, or reliable 
(crashes/lockups etc) especially if you are used to something
like VB. Its much easier and faster to just use text once you
get used to it.

Others may have had more luck but I tried about 5 or 6 tools
and they all sucked!

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list