Skip to content

A simple Python script that compares the contents of 2 folders and spits out an excel with the results

Notifications You must be signed in to change notification settings

karthiks3000/FileComparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

File Comparison

This simple script allows you to specify a source and a destination folder and it compares all files recursively within them. The result is an excel file with the details of the comparison.

Each file from the source is checked to see if a corresponding file with the same name exists in the destination. If found, both files are compared by generating an MD5 for each of them.

Dependencies: hashlib,openpyxl,progress

About

A simple Python script that compares the contents of 2 folders and spits out an excel with the results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages