A simple tool that monitors your Downloads folder and automatically organizes files based on categories defined in "config.json".
- Python 3.x
- pip install -r requirements.txt
- On Linux or macOS:
- Modify and run service_installer.py to set up the service.
- On Windows:
- Use NSSM to install the service.
Run the watcher in the foreground:
python3 app.py
- Modify the
config.json
file to set up the watcher.