An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# getCursorPosition with python

```
import pyautogui

while True:
print(pyautogui.position())
```