This script automatically organizes files in a folder by sorting them into subfolders based on file type. I built this project to practice Python basics and learn how automation can help with IT support tasks.
- Python fundamentals
- File handling
- Automation
- Problem-solving
- How to work with the
osandshutilmodules - How to loop through files in a directory
- How automation can save time in IT support
- Install Python
- Save the script in a folder with random files
- Run the script
- Watch your files get sorted automatically
- Add a GUI (graphical interface)
- Add logging
- Add more file categories