This script has been created with the objective that compare two CSV files generated by QuickHash to identify the differences between two directories.
The CSV file generated by QuickHash must be started with the columns: Index, File Name, Path, Hash Value.
The left CSV file represents the left directory and obviously the right CSV file represents the right directory.
The diffs between the left CSV file and the right CSV will be printed in the output considering the files were are added and removed in the left directory.
python QuickHashComparer.py [-h] leftCsv rightCsv
Python 3