This repository is archived and no longer in development. Use the newly launched PyMouseBot instead at https://github.com/brootware/PyMouseBot
Note : This will work with Windows only
- Script to move cursor random for each 10 seconds or any time you set it to.
- Detect screen resolution and reduced dimentions by 500 to move the mouse around.
- Optional click event with mouse up / mouse down.
- Hour can be set at
time_to_stop
variable to stop the script after desired time.
To run the script in Powershell terminal, you need to set python envrionment variable first as below.
$Env:python = <pathToPythonBinary>