Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1003 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1003 Bytes

Screeny

A taskbar screenshot tool built in Python, with OCR and Imgur Upload

Installation

Usage

To use the program regularly, just run Screeny.py and everything should work fine. You should get an icon in your taskbar, which you can right click to access all the features. At some point I'll update this with screenshots and might make a better version in C++ or something more efficient. Let me know with a Issue if you find an issue.

Keybinds

To use keybinds, edit them in the last few lines of the code. The only default bind is 'Shift + S', which will run the screenshot tool and search its text

Credits

  • Google's TesseractOCR Library
  • A GUI library that I didn't write, but I can't find who did