Skip to content

Simple Python script to copy the windows clipboard to a location on change

Notifications You must be signed in to change notification settings

sethstenzel/clipboard_img_auto_saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Python script to copy the windows clipboard to a location on change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published