A command line script that compares two files and identifies matching words.
Minimum python requirements: python 3.8
- Clone the repo to your local system using
git clone https://github.com/captbilard/Word_Match.git
- cd into the cloned directory
- In your terminal run:
python3 app.py <path_to_file.txt> <path_to_second_file.txt>
- For a table showing the comparison saved in an html file run
python3 app.py <path_to_file.txt> <path_to_second_file.txt> --html
in your terminal