Simple platform-independent CLI tool that keeps clicking on the screen at position of the mouse, with additional functionality to schedule a timer for program to end, stop the program till a given time and alter the timing at which clicks occur
Perform the following commands on terminal to run the program
git clone https://github.com/xmp-er/Auto_Clicker_Go.git
go run main.go
stop
: stops the programstop after <time> <unit>
: stops the program after the specified time unit(seconds/minutes/days/hrs)sec <time>
: sets the time interval for the clicks to be performedtimer <time> <unit>
: sets the time with unit(seconds/minutes/days/hrs) after which the program should start running again
📌Note
📌:- All the units can be defined as sec/min/hrs/days
The demonstration of the program can be found attached