Education project
pip3 install --upgrade git+https://github.com/mnogom/python-project-lvl2.git
Generate diff
positional arguments:
first_file
second_file
optional arguments:
-h, —help show this help message and exit
-f FORMAT, —format FORMAT
set format of output
2. From python
```python
import gendiff
style = "plain" # ["stylish (default)" | "plain" | "json"]
output = gendiff.generate_diff("path/to/file1", "path/to/file2", style)
See examples below