https://github.com/ezzcodeezzlife/getcursorposition
Get current cursor position with python & pyautogui.
https://github.com/ezzcodeezzlife/getcursorposition
pyautogui
Last synced: about 1 year ago
JSON representation
Get current cursor position with python & pyautogui.
- Host: GitHub
- URL: https://github.com/ezzcodeezzlife/getcursorposition
- Owner: ezzcodeezzlife
- Created: 2021-11-06T11:15:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T11:18:21.000Z (over 4 years ago)
- Last Synced: 2025-02-09T20:36:12.926Z (over 1 year ago)
- Topics: pyautogui
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getCursorPosition with python
```
import pyautogui
while True:
print(pyautogui.position())
```