This project is a simple yet effective Python automation tool that organizes files in a directory into separate folders based on their file types.
- Reads all files from a specified directory
- Automatically creates folders if they do not exist
- Sorts files into:
- CSV Files
- Text Files
- Image Files
- Eliminates manual file organization
- Python
- os module (directory & path handling)
- shutil module (file movement)
- Jupyter Notebook
-
The script scans the target directory.
-
Checks for specific file extensions (
.csv,.txt,.png). -
Creates folders if they are missing.
-
Moves files into their respective folders automatically.
git clone https://github.com/your-username/Automatic-File-Sorter-Python.git