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.
- Host: GitHub
- URL: https://github.com/rsge/auto-mouse-control
- Owner: Rsge
- License: mit
- Created: 2021-09-30T11:06:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T12:59:24.000Z (over 1 year ago)
- Last Synced: 2024-12-31T21:40:27.275Z (about 1 year ago)
- Topics: autoclicker, control, mouse, python-3, script, simple
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.