This program searches through the specified directory and then arranges the files according to their file types.
Author : Mihir Bhave
Firstly , please fork my repository or :
git clone https://github.com/MihirBhave/File_Automation
All modules are in-built , hence nothing to install !
To start the script , please type :
On Windows :
python main.py
On Mac or Linux :
python3 main.py
This program basically Configures the paths of Documents,Pictures,Executables and Videos. After That, it asks your target Path.It takes a few seconds/minutes depending upon the size of the directory to reallocate the files.
You are welcome to contribute and highlight the limitations and bugs in this program !