Automating the process of sorting files in a user's download folder (but can be configured to sort any folder) on Windows by file type.
This script iterates through the files in the downloads folder and moves them to their respective sub-folders. If the sub-folder does not exist, it is created then the files are moved into it.
This script requires Python to be installed for it to run. To install Python, click here.
From a terminal, navigate into the project directory.
$ cd Folder-Sorting-Automation
To run the script:
$ python folder_sorter.py