You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto Drawer is a simple freehand drawing tool using mouse automation. From a source image, it draws a binary image in applications that allow freehand mouse drawing (ex. Microsoft Paint or Roll20).
Программное нажатие клавиш клавиатуры, включая кириллические символы, ввод строк с имитацией человеческого поведения. Программный контроль курсора мыши с имитацией человеческого поведения.
An interactive typing test web app designed to help users improve their typing speed and accuracy. This project features a visual keyboard with real-time keypress tracking, a word test area, a timer, and accuracy calculation.
Keystroke-Automation is a PowerShell script that prevents your computer from going idle during periods of inactivity. It's a user-friendly tool designed for anyone who wants to keep their computer awake without changing the Power & sleep settings.
FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.