19 lines
470 B
Markdown
19 lines
470 B
Markdown
# 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
|
|
|
|

|