Skip to content

brunoavpinheiro/QuickHashComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

QuickHash Comparer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages