No description
Find a file
Luciana Fujii Pontello 79ae1028fe CodeDiff: Remove unused file variables
Some files are not used, they can be omitted.
2016-11-22 14:34:55 -08:00
deps initial commit 2015-04-25 00:09:50 -04:00
screenshots initial commit 2015-04-25 00:09:50 -04:00
templates CodeDiff: Remove unused file variables 2016-11-22 14:34:55 -08:00
diff2HtmlCompare.py CodeDiff: Remove unused file variables 2016-11-22 14:34:55 -08:00
LICENSE.md added MIT license 2016-10-27 08:34:28 -04:00
README.md Update README.md 2015-04-25 12:06:11 -04:00
requirements.txt Add requirements.txt 2016-10-27 09:23:48 -07: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       file to compare ("before" file).
  file2       file to compare ("after" file).

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

Example Output

ScreenShot