Simple Python program that grabs cursor position when selected button is pressed and displays it.
You will need to install following packages in order to use curPos:
- pyautogui
- keyboard
You can install them using:
pip install -r requirements.txt
- Run the script
- Input the key you want to get cursor position with
- Hover over the point you want to get position of
- Click previously selected key
- The results will be in the console
Filip Rokita
www.filiprokita.com