Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list duplicate files between two folders python

import duplicates as dup


folder_of_interest_1 = 'C:/noDuplicatesHere/'
folder_of_interest_2 = 'C:/noDuplicatesHereAsWell/'
df = dup.compare_folders(folder_of_interest_1, folder_of_interest_2)
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #list #duplicate #files #folders #python
ADD COMMENT
Topic
Name
4+3 =