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

Add Move duplicate feature #54

Closed ManthanRami closed 1 year ago

elisemercury commented 1 year ago

Hi @ManthanRami,

Thanks a lot for opening the pull request and for your help in making difPy a better package!

Unfortunately, the feature to move files directly within difPy will not be implemented, as this doesn't fall within its scope. Instead, users can run difPy and can make use of the search.lower_quality output to move the files wherever they desire. The output of difPy is designed to be adaptable to many use cases, so that users can decide for themselves what to do with it.

Nevertheless, I would like to thank you again very much for your input and for taking the time to open the pull request!

All the best, Elise

elisemercury commented 1 year ago

Hi @ManthanRami!

After reevaluating your idea, I concluded that it indeed would be a valuable feature to add to difPy. The feature has been added to v.3.0.6.

Thanks a lot for your contribution!

All the best, Elise

ManthanRami commented 1 year ago

Hello @elisemercury!

I'm glad that the feature got added to difPy. Thank you very much for your consideration. :)