This program watches a directory recurively and saves the file to another location. Slight modification to the Quickstart exmaple program found in the watchdog documentation.
- Install Python
- Install pip
python watch-directory.py --input <directory> --output <directory>
- GUI