Often we all come across a directory that is completely unorganised and hence it takes a lot of time to locate particular files. Folder Sorter is a python based application that organises and arranges a particular directory in a particular order which makes the directory clean and clutter free.
- Place the python file "sorting_data.py" in the directory you want to sort
- Open command prompt and navigate to the respective directory
- type python3 sorting_data.py and press ENTER
- Done!
You can use this script to organize other files also by changing the code.
To take the location from user and sort automatically without doing the navigation part