Skip to content

Instantly share code, notes, and snippets.

@aoirint
Created September 17, 2018 16:12
Show Gist options
  • Save aoirint/c6b5dd263a26d6b3fd205f9fae9dc36f to your computer and use it in GitHub Desktop.
Save aoirint/c6b5dd263a26d6b3fd205f9fae9dc36f to your computer and use it in GitHub Desktop.
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