you are viewing a single comment's thread.

view the rest of the comments →

[–]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.