anthonychwong / FolderCompare.py

Python script that compare 2 folders and generate CSV report.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FolderCompare.py

Python script that compare 2 folders and generate CSV report.

Usage

Modify the following part and run the script

###########
#
# User Input
#
###########

aDir = u"/Path/To/FolderA"
bDir = u"/Path/To/FolderB"
exclude = ".DS_Store|.Parent"
reportName = "CompareReport.csv"

About

Python script that compare 2 folders and generate CSV report.


Languages

Language:Python 100.0%