Skip to content

Commit

Permalink
Debug mouse coords
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazdikan committed Sep 16, 2024
1 parent fd85602 commit 98ec39c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mouse_coord.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import time
import pyautogui

while True:
print(pyautogui.position())
time.sleep(1)

0 comments on commit 98ec39c

Please sign in to comment.