elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
420 stars 65 forks source link

Search within files list option #83

Closed Pankovea closed 5 months ago

Pankovea commented 8 months ago

The ability to specify a list of files to work with instead of specifying folders. I needed this to embed the module in the telegram bot, which detects duplicates of the sent photos. To limit the list of files being checked and not to move the files themselves, I can simply transfer the list.

elisemercury commented 5 months ago

Thank you @Pankovea for your contribution and adding this feature!