Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 419 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 419 Bytes

File-rearranger

Small python utility to arrange(move) files to different folders based on file type(extension) Example: pdf -> documents, mp3 -> music

Folders are created if not exist previously, and path used is same as the path in which the program is run In program file, extension to folder map is made as a dictionary, and can easily be edited to add new folders or change the move-location of some files.