https://github.com/jabbalaci/showmouseposition
A little GUI tool that shows the current mouse position
https://github.com/jabbalaci/showmouseposition
mouse mouse-tracking pyqt5 python
Last synced: 5 months ago
JSON representation
A little GUI tool that shows the current mouse position
- Host: GitHub
- URL: https://github.com/jabbalaci/showmouseposition
- Owner: jabbalaci
- License: mit
- Created: 2022-12-04T10:28:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T09:17:25.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:25:19.646Z (over 1 year ago)
- Topics: mouse, mouse-tracking, pyqt5, python
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Show Mouse Position
===================
A little GUI tool that shows the current mouse position, i.e. the X any Y coordinates
of your mouse pointer. The coordinates are updated as you move the mouse.
Motivation
----------
I made this tool to facilitate work with [pyautogui](https://github.com/asweigart/pyautogui).
Screenshots
-----------


The idea is to let it run in a corner and read the mouse coordinates when needed.
Usage
-----
Start it in a terminal because it can print the mouse coordinates
to the standard output.
The program has the following shortcuts:
```
Ctrl+H this help
Ctrl+Q quit
Ctrl+P print mouse coordinates on stdout
Ctrl+S, Ctrl+- print separator on stdout
Ctrl+Enter print a new line on stdout
Ctrl+L clear screen
Ctrl+C copy mouse coordinates to clipboard
```
Supported Platforms
-------------------
I tried it under Linux and Windows, but it should also work on macOS.
Links
-----
* [reddit discussion](https://old.reddit.com/r/Python/comments/zc7ldk/i_made_a_little_gui_tool_that_shows_the_current/)