Clone the repo and use Makefile or just install the package with pip using pip3 install git+https://github.com/Midnight95/python-project-50.git
command.
A Python package that allows users to compare differences between two files.
Supported file formats: yml
and json
Show help: gendiff -h
Compare files: gendiff -f FORMAT first_file second_file
To choose formatters use -f --format
flag with:plain
stylish
json
The default formatter is stylish