Python project that automatically organizes files within a specified folder based on their file extensions.
Automated file movement: Scans the target folder and moves files to their designated category folders.
Python: Core programming language.
os: Used for interacting with the operating system to list files and get file extensions.
shutil: Used for moving files from the target directory to the destination folders.
python main.py