Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:02:02.000Z (7 months ago)
- Last Synced: 2024-12-02T13:11:59.494Z (2 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