Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 947 Bytes

File metadata and controls

29 lines (17 loc) · 947 Bytes

Welcome to AutoMouse

AutoMouse keeps Windows sessions active by triggering configurable mouse movements. Built in Java, it exposes both a console interface and a Swing UI so each user can choose the workflow that fits their automation needs.

Core Features

  • Adjustable movement distance to mimic natural cursor activity.
  • Customizable interval between each simulated movement.
  • Configurable auto-stop slots to pause and restart the automation on schedule.
  • Dual launch scripts: one for headless console usage, one for the Swing application.

Build Instructions

From the project root automouse, run compile.bat. Maven produces automouse.zip inside target.

Unzip it in any folder to obtain a ready-to-run distribution.

How to start

unzipped the automouse.zip it will contain two scripts

  • startConsole.bat to run the software in a shell
  • startSwing.bat to run the software in a swing application