The readme states:
Note:
As a fail-safe, moving your mouse to the very top left corner will exit the program.
This does not happen in pyautogui by default. The app needs to include the line
pyautogui.FAILSAFE = True
to enable the option to quit by placing the mouse at the top left.
The readme states:
Note:
As a fail-safe, moving your mouse to the very top left corner will exit the program.
This does not happen in pyautogui by default. The app needs to include the line
pyautogui.FAILSAFE = Trueto enable the option to quit by placing the mouse at the top left.