fixed bytes to string issue and removed template file

This commit is contained in:
wagoodman 2016-12-23 17:42:07 -05:00
parent 4949162dc8
commit d6b00ca790
3 changed files with 335 additions and 328 deletions

View file

@ -2,7 +2,12 @@
A python script that takes two files and compares the differences between them (side-by-side) in an HTML format.
###Usage
### Installation
```
pip install -r requirements.txt
```
### Usage
```
diff2HtmlCompare.py [-h] [-v] file1 file2