A taskbar screenshot tool built in Python, with OCR and Imgur Upload
- Install the required modules with
pip install -r requirements.txt
- Install PyTesseract to the default directory: https://github.com/UB-Mannheim/tesseract/wiki
- Add that directory to the Path enviromental variables
- Run the program, and check the Notification Icons
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.
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
- Google's TesseractOCR Library
- A GUI library that I didn't write, but I can't find who did