Skip to content

jakobvonessen/clipboard

Repository files navigation

Clipboard

Python 3 scripts for working with clipboard contents, whose outputs go right back into the clipboard.

Primarily performs OCR on image copied to clipboard, using pytesseract. If run more than once, it does the following (in order):

  • Saves clipboard text to file (with random filename) in the C:\temp folder, and copies full file search path (e.g., C:\temp\asb2fh2.txt) to clipboard.
  • Opens Save As dialog, to rename the file previously saved to something else, then copies new path to clipboard.

GUI app to quickly perform search and replace functions on text in the clipboard. Features:

  • Include a comma (,) to get several similar phrases at the same time, by specifying only the differences. Example: Replace a green boat with a yellow boat, a blue boat, a red boat, a black boat by entering green in the search field, and yellow,blue,red,black in the replace field, and , instead of \n (default) in the delimiter field.

Allows easy access to RGB color values of images in clipboard by showing the image, with a border showing the currently selected color, copying the rgb(x,y,z) values of the selected color when exiting.

GUI app that searches on the Swedish address finding website hitta.se

Saves current clipboard image data as an image in C:\temp, then copies the full search path (e.g., C:\temp\24.png) to clipboard.

Wrapper for the AutoHotkey scripting language's native Notify function to send a notification to the user. Used by scripts above.

About

Python 3 scripts for working with clipboard contents, whose outputs go right back into the clipboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages