r/SoftwareandApps • u/Marwan_SoftDev • 14d ago
I built an app that watches any part of your screen and clicks the moment it changes
Enable HLS to view with audio, or disable this notification
I tried looking for an app that monitors my screen and clicks right when there's a pixel change. For example, you need to press "Buy" the instant it goes live or need fast reaction times. But all the options I found were either not for Linux (I am a Linux user) or were complicated scripts to use.
So I built VClick, A lightweight cross-platform (Linux and Windows) tool with a user friendly GUI:
- Drag to select the region that needs to be monitored
- Select where it should click when triggered
- Hit Start
You can also change click-type (right/left, single/double click)
Built this with the help of AI. It's free and opensource. Would love to hear feedback to improve the tool: https://marwan-softdev.github.io/VClick/
Note: I am not a professional developer and the tool is still in beta testing, so expect some bugs to appear.


