Skip to content
Jay Mehta edited this page Jun 1, 2020 · 1 revision

Welcome to the python-automatic-file-organization wiki!

What is it really?


Ever seen a desktop like this:

Cluttered Desktop

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.

How does it work?


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.

Clone this wiki locally