/pyPosition

pyPosition is a simple Python program that displays the current mouse cursor position on the screen in real-time using the pyautogui library and the Tkinter GUI toolkit. The user can start and stop the position tracking by clicking the Start button.

Primary LanguagePythonMIT LicenseMIT

pyPosition

pyPosition is a simple Python application that displays the current position of the mouse cursor on the screen using the pyautogui library.

How to Use

  1. Install the required libraries by running pip install -r requirements.txt.
  2. Run the script pyPosition.py in your Python environment.
  3. Click the "Start" button to begin grabbing and displaying the current position of the mouse cursor.

Requirements

  • Python 3.x
  • tkinter
  • pyautogui