Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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