Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 651 Bytes

File metadata and controls

16 lines (11 loc) · 651 Bytes

Mouse Bot

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

  1. Script to move cursor random for each 10 seconds or any time you set it to.
  2. Detect screen resolution and reduced dimentions by 500 to move the mouse around.
  3. Optional click event with mouse up / mouse down.
  4. 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>