Added All files.
This commit is contained in:
8
mousescanner.py
Normal file
8
mousescanner.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pyautogui
|
||||
import time
|
||||
|
||||
while True:
|
||||
print(pyautogui.position())
|
||||
x, y = pyautogui.position()
|
||||
print(pyautogui.pixel(x,y))
|
||||
time.sleep(3)
|
Reference in New Issue
Block a user