Clipboard Image Auto Saver is a Python script which monitors the windows clipboard and auto saves image data that changes.
Use the package manager pip to install packages pywin32, and pillow.
pip install pillow pywin32
- Add the file save path to the save_path.cfg file.
- Run the start_stop.bat file. The batch file is provided to launch and manage the python script.
I did try and user pyinstaller to make a bin file at one point but there was some sort of failure and I don't have time to try and troubleshoot it.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.