cursor-travel-tracker

🐭 How far has my cursor travelled?

Stars
5

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 and pynput.

Install

pip3 install -r requirements.txt

Run

Note: macOS may ask you to give your script increased permissions so it can track inputs!

python3 main.py
Related Projects