Skip to content

Instantly share code, notes, and snippets.

@bendaacz
Last active April 6, 2024 15:35
import time
import pyautogui
time.sleep(3)
print(pyautogui.position())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment