Last active
January 17, 2020 14:29
-
-
Save youtube-jocoding/970f91f5748de7e3b5e0c9e8dc65ffed 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 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