elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate and similar images
https://difpy.readthedocs.io
MIT License
465 stars 67 forks source link

Search within files list option #83

Closed Pankovea closed 10 months ago

Pankovea commented 1 year 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 10 months ago

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