This is a basic automated script implemented in Python to sort the files in the folder "Downloads" into different folders by extensions of the files.
After running the program, the files stored in the "Downloads" folder will be sorted by extension and moved to the corresponding folder depending on the extension of the file to sort.
Python 3
Libraries used: os, shutil
-
Clone or download the repository to your local machine
-
Run the File-sorter.py file in a Python environment
-
Get your files sorted!
This project is licensed under the MIT License. See the LICENSE file for details