I started using pyautogui about an hour ago. Very nice that python supports GUI automation. I\'m having one problem though. I use two screens and it appears that th
pyautogui
Nevermind, I have found the answer from a github post.
It appears that moving the cursor to a second monitor can be accomplished using
ctypes.windll.user32.SetCursorPos(2759,769)
Sweet!