Skip to content

Instantly share code, notes, and snippets.

@youtube-jocoding
Last active January 17, 2020 14:29
Show Gist options
  • Save youtube-jocoding/970f91f5748de7e3b5e0c9e8dc65ffed to your computer and use it in GitHub Desktop.
Save youtube-jocoding/970f91f5748de7e3b5e0c9e8dc65ffed to your computer and use it in GitHub Desktop.
import pyautogui as pg
import time
for i in range(30):
print(pg.position())
time.sleep(.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment