No description
Find a file
2018-04-22 12:54:37 +02:00
deps added themeing and minor fixes 2016-12-26 09:59:14 -05:00
screenshots initial commit 2015-04-25 00:09:50 -04:00
.gitignore added -s option to show diff in a browser 2016-12-23 17:56:41 -05:00
diff2HtmlCompare.py FIX: fix Python v2 issues with special characters (e.g. in German) 2018-04-22 12:54:37 +02:00
LICENSE.md added MIT license 2016-10-27 08:34:28 -04:00
README.md tweaks 2016-12-23 18:06:29 -05: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. Supports both python2 and python3.

Installation

pip install -r requirements.txt

Usage

diff2HtmlCompare.py [-h] [-s] [-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
  -s, --show  show html in a browser.
  -v          show verbose output.

Example Output

ScreenShot