Auto click x,y position
dependencies: pip install -r requirements.txt
execute: python auto_clicker.py
settings:
currently the x,y positions a the coordinance of the windows key (on a 1920x1080 resolution).
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
repeat: how many times to click, if repeat=0 runs for ever.
setup_wait: how many sec's to wait, in order for you to locate the window you want.
x_position: the x position of the place you want to click.
y_position: the y position of the place you want to click.
btw_clicks_wait: how many sec's to wait between clicks.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To find the x,y positions of your preferred place:
run: python get_cursor_position.py