diff_tool.py
- 0.1. initial file with arguments
- 0.2. adding HTML output
- 0.3. removing delta variable to hand out results directly to output file or to stdout.
This program shows the difference between two files.
From the blog post: Create your own diff tool using python post