sreekaransrinath / file_organizer

A script that looks through any folder you tell it to and moves the files to respective subfolders based on the file type.
21 stars 20 forks source link

Fix duplicates, add new extension mapping technique #57

Closed coconutlad closed 4 years ago

coconutlad commented 4 years ago

This PR removes duplicates in the extension dictionary.
The extensions dictionary has also been moved to a separate file, all interfaces remain unchanged. This fixes #56 . Please let me know if additional changes are needed.

sreekaransrinath commented 4 years ago

Great job Rehan!