pdiff.py is a super-simple Python script to produce a side-by-side graphical diff as HTML. It merely calls the difflib library, and send the output to the standard output. Python 2.4 or newer is required. Note that I have written this script as a part of a larger application. If you are just looking for a pretty graphical diff application, I'm sure you will find a better one at somewhere else :)