Simple file sorter Tracks new files and sorts them into folders How to install? git clone https://github.com/netbriler/watchdog cd watchdog How to use? python main.py -t "folder to track" -d "folder where put sorted files" Example - python main.py -t "D:/Downloads" -d "D:/Downloads/sorted"