Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 655 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 655 Bytes

QuickHash Comparer

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.

Usage

python QuickHashComparer.py [-h] leftCsv rightCsv

Enviroment

Python 3