-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jay Mehta edited this page Jun 1, 2020
·
1 revision
Welcome to the python-automatic-file-organization wiki!
Ever seen a desktop like this:
Or did it ever happened that your Download folder got so messy and you thought what if all these files get auto arranged magically into respective subfolders?
Well that's what this python program is supposed to do.
The python script see the extension of file and then determine what folder should if go into.
The extension names and its corresponding folders are held in a variable called DIR_TYPE
You can add new extensions and folder names as you like.