summaryrefslogtreecommitdiff
path: root/README.md
blob: e088aca504c31f9e78b2b83f04b6539749caa3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# diff2HtmlCompare

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

### Installation
```
pip install -r requirements.txt
```

### 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](/screenshots/latest.png)