Created
September 17, 2018 16:12
-
-
Save aoirint/c6b5dd263a26d6b3fd205f9fae9dc36f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pyautogui | |
| mx, my = 300, 100 | |
| pyautogui.moveTo(mx, my) | |
| pyautogui.mouseDown(button='right') | |
| pyautogui.mouseUp(button='right') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment