On Tuesday, 13 August 2013 at 17:49:21 UTC, Craig Dillabaugh wrote:
What is the Python GUI toolkit you speak of?

As Russel alluded to it was Tkinter i was referring to. It has been bundled with Python for years (since the beginning?) and it's one of the first GUI toolkits i used years ago. It's very very basic but it's ideal for fast prototypes and just for putting something on a window. I have seen people use it for simple editors to scientific work for plotting data, etc. It's not how awesome it was but how easy it was to use and get results.

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

Reply via email to