python-scripts/mausposition_anzeigen.py

4 lines
65 B
Python

from pyautogui import position
while True:
print(position())