No description
Find a file
2015-04-25 00:26:14 -04:00
deps initial commit 2015-04-25 00:09:50 -04:00
screenshots initial commit 2015-04-25 00:09:50 -04:00
templates initial commit 2015-04-25 00:09:50 -04:00
diff2HtmlCompare.py initial commit 2015-04-25 00:09:50 -04:00
README.md Update README.md 2015-04-25 00:09:24 -04:00

diff2HtmlCompare

A python script that takes two files and compares the differences between them (side-by-side) in an HTML format.

###Usage

diff2HtmlCompare.py [-h] [-v] file1 file2

positional arguments:
  file1       source file to compare ("before" file).
  file2       source file to compare ("after" file).

optional arguments:
  -h, --help  show this help message and exit
  -v          show verbose output.

Example Output

ScreenShot