Skip to content

Instantly share code, notes, and snippets.

@lukifer195
Created July 30, 2020 07:41
Show Gist options
  • Save lukifer195/3916eef80361ccef8b4b84d54fbf896f to your computer and use it in GitHub Desktop.
Save lukifer195/3916eef80361ccef8b4b84d54fbf896f to your computer and use it in GitHub Desktop.
Get current position mouse
import pyautogui
aa = pyautogui.position()
print(aa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment