This is a python script which sorts your files into its folder in the directory in which the script is running.
After you run the main.py :-
- ZipFiles(.zip,.rar)
- Images(.jpg,.png)
- Docs(.docx,.odt)
- Videos(.mp4,.3gp)
- Installers(.exe,.msi etc)
- Others(If the file not comes on the above mentions then it will be moved to this folder)
2.Then The script identifies the extensions of the files on the directory in which the script is running.
3.The Script moves the files into its the folder(image files will be moved to Images folder like that every files will be moved to its responding folders)
- Python 3 or higher
Run The main.py in the directory in which you want your files should be sorted. Then it will do all the stuff on its own.
