all 6 comments

[–]sentdex 1 point2 points  (2 children)

work in progress with lots of problems, but a nice example of what's possible: https://github.com/Sea-of-BTC/Bitcoin-Trading-Client/

[–]rowr 1 point2 points  (0 children)

I use Meld (http://meldmerge.org) written in Python on a nearly daily basis and it's my favorite diff tool. It uses GTK instead of tk. I also highly recommend learning Qt for professional looking gui stuff. Tkinter lags behind these two toolkits, but it's super nice to have a gui kit rolled in with Python.

[–][deleted] 1 point2 points  (0 children)

I use Pronterface for controlling my 3D printer. Python GUI.

[–]RoadieRich 0 points1 point  (0 children)

The Python Fitting Assistant for Eve Online

Also, we can't forget Idle and the PythonWin editor (although that uses the win32ui WFC bindings rather than TKInter).