pyPosition is a simple Python application that displays the current position of the mouse cursor on the screen using the pyautogui library.
- Install the required libraries by running
pip install -r requirements.txt
. - Run the script
pyPosition.py
in your Python environment. - Click the "Start" button to begin grabbing and displaying the current position of the mouse cursor.
- Python 3.x
- tkinter
- pyautogui