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).
Программное нажатие клавиш клавиатуры, включая кириллические символы, ввод строк с имитацией человеческого поведения. Программный контроль курсора мыши с имитацией человеческого поведения.
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.
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.
An automated Python tool that maximizes scores in the Wordbox game on Plato using computer vision and intelligent word-finding algorithms. The solver captures the game board using OCR, efficiently identifies optimal word combinations, and automatically plays them through simulated mouse movements.
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.
A Python application that automatically solves Minesweeper using computer vision, probabilistic decision making, and custom OCR. Features include real-time board detection, intelligent move selection, and comprehensive debug visualization tools.
A computer vision-based Solitaire solver that automatically plays and solves games by combining image processing for card detection with a heuristic-based decision engine, enabling automated gameplay directly from visual input.