thx a lot for this lovely code! It seems simple compared to some others with the same purpose. however it works beautifully. You can also use it to look for duplicates in two different folders.
@jayjayjayjayjaylu54 жыл бұрын
does this work with pdfs?
@neosebas82723 жыл бұрын
With this code how can I remove this images?? I want save one copy
@Gemstew2 жыл бұрын
maybe too late but: - you would need to put the name of the files into a list - use a loop to delete the files - use os.rmdir(filename) to remove the file