Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 727 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 727 Bytes

Clipboard Image Auto Saver is a Python script which monitors the windows clipboard and auto saves image data that changes.

Installation

Use the package manager pip to install packages pywin32, and pillow.

pip install pillow pywin32

Usage

  1. Add the file save path to the save_path.cfg file.
  2. 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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.