Ginray/USB-Dumper ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python app that watches for a USB drive being plugged into the computer and automatically copies everything on it into a local folder.
I want the default save location to be C:\usbCopy, and it should create the folder if it does not exist. The app should copy both files and folders, keep the original names, and handle repeated USB insertions without crashing. If the same drive is connected again, it can either overwrite or skip existing files as long as it is clear and reliable.
Keep it simple and usable, maybe with a basic window or tray style interface if that makes sense, and show a clear message when a USB device is detected and the copy starts or finishes. It should feel like a lightweight utility that just runs in the background and does its job. If you need to check current Python library docs or examples, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit