Script which moves the mouse and press the button at the bottom right side.
It devides the screen into 4 rectangles and starts at the bottom right one. It moves the mouse to the bottom right corner, before it moves back to the start it simulates a click.
In order to use the application you have to install the pyautogui module:
python3.9 -m pip install pyautogui
To start the application enter python3.9 mouseJiggler.py