Initial commit

This commit is contained in:
Marc 2023-02-08 19:16:26 +01:00
commit 125b47ba3a
2 changed files with 4 additions and 0 deletions

0
README.md Normal file
View File

4
mausposition_anzeigen.py Normal file
View File

@ -0,0 +1,4 @@
from pyautogui import position
while True:
print(position())