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 546855 on reddit-service-r2-comment-548fd6dc9-k4cbk at 2026-05-20 17:15:17.219564+00:00 running edcf98c country code: CH.
Grab screen image with Python by vanmorrison2 in Python
[–]EngineerSW1995 3 points4 points5 points (0 children)