An open API service indexing awesome lists of open source software.

https://github.com/rsge/auto-mouse-control

Automatically moves and clicks the mouse in a pre-defined pattern to automate monotonous tasks.
https://github.com/rsge/auto-mouse-control

autoclicker control mouse python-3 script simple

Last synced: 12 months ago
JSON representation

Automatically moves and clicks the mouse in a pre-defined pattern to automate monotonous tasks.

Awesome Lists containing this project

README

          

# Auto Mouse Control

Automatically moves and clicks the mouse in a pre-defined pattern to automate monotonous tasks.

`current_position.py` prints the current X and Y of the mouse every second.

`auto_control.py` moves and (double)clicks the specified positions.
Input the positions into `POSITIONS` and the indexes of positions to double click in `DOUBLE_CLICK_INDICES`.
`SLEEP_TIME` is the time in seconds between clicks.