Skip to content

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.

License

Notifications You must be signed in to change notification settings

FilipRokita/pyPosition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages