This project automatically moves all files by checking the file's extension or format, and specifically move them to a categorized folder
Built in Python 3.8.9. This project uses a library called 'watchdog'.
To install:
pip install watchdog
- Inspired by Kalle Hallden's video: which showcase python automation ideas one of which I recreated on my own and added a few features.