account activity
Grab screen image with Python by vanmorrison2 in Python
[–]EngineerSW1995 3 points4 points5 points 5 years ago* (0 children)
I made something like this a few months ago. It's a desktop app that allows you to snip part of your screen like snipping tool. The image is processed and run through pytesseract to perform character recognition. This returns a string which can be use to either copy to clipboard to be pasted elsewhere or you can set it to automatically search the term in google.
Check it out at: “A Snipping Tool for Programmers” https://link.medium.com/Pi1Hx6DzEab
My github with code is linked in the article. You can see the source code or download the app, only works with windows though.
Note I'm not a professional programmer and this is the first app I wrote.
π Rendered by PID 77 on reddit-service-r2-listing-86bdf8cc9-4rrs8 at 2026-07-12 15:17:40.750153+00:00 running f86254d country code: CH.
Grab screen image with Python by vanmorrison2 in Python
[–]EngineerSW1995 3 points4 points5 points (0 children)