https://github.com/healeycodes/cursor-travel-tracker
🐭 How far has my cursor travelled?
https://github.com/healeycodes/cursor-travel-tracker
macos-menubar pynput rumps
Last synced: 5 months ago
JSON representation
🐭 How far has my cursor travelled?
- Host: GitHub
- URL: https://github.com/healeycodes/cursor-travel-tracker
- Owner: healeycodes
- Created: 2023-01-03T23:03:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T23:32:48.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T19:13:29.805Z (5 months ago)
- Topics: macos-menubar, pynput, rumps
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cursor-travel-tracker
How far has my cursor travelled? Millions of pixels so far today. I know this because I wrote a small Python script that tells me in my macOS menu bar.

It's powered by [rumps](https://github.com/jaredks/rumps) and [pynput](https://pynput.readthedocs.io/en/latest/).
## Install
```bash
pip3 install -r requirements.txt
```## Run
Note: macOS may ask you to give your script increased permissions so it can track inputs!
```bash
python3 main.py
```