pyBegin / projects / autogui
🖱️

Mouse Activity Script

This Python script periodically moves the mouse and performs a click action. It’s useful for keeping the system active to avoid timeouts or showing…

22 lines🖥 Desktop only

Mouse Activity Script

This Python script periodically moves the mouse and performs a click action. It’s useful for keeping the system active to avoid timeouts or showing as idle in applications like Microsoft Teams.

Features

Pyodide-runnable

No - relies on pyautogui to control the real mouse and keyboard, which has no meaning in a browser.