https://github.com/filiprokita/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.
https://github.com/filiprokita/pyposition
cursor-tracking gui mouse-cursor position-tracking pyautogui pyposition python real-time tkinter user-interface
Last synced: 7 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/filiprokita/pyposition
- Owner: FilipRokita
- License: mit
- Created: 2021-12-18T22:16:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:02:02.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:41:48.887Z (9 months ago)
- Topics: cursor-tracking, gui, mouse-cursor, position-tracking, pyautogui, pyposition, python, real-time, tkinter, user-interface
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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