https://github.com/buckley-w-david/mouse_tracker
System to record mouse movements, aggregate the information into an image (with alpha channel representing frequency of visit), and display it to the user
https://github.com/buckley-w-david/mouse_tracker
matplotlib pillow python3
Last synced: 7 months ago
JSON representation
System to record mouse movements, aggregate the information into an image (with alpha channel representing frequency of visit), and display it to the user
- Host: GitHub
- URL: https://github.com/buckley-w-david/mouse_tracker
- Owner: buckley-w-david
- Created: 2017-04-23T12:13:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T00:53:48.000Z (over 8 years ago)
- Last Synced: 2025-01-28T02:11:30.026Z (9 months ago)
- Topics: matplotlib, pillow, python3
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse Tracker
Command-line application for windows for tracking, aggregating, and displaying cursor movment information over time.
Primarily developed for recreational use in visually analyzing cursor patterns during certain tasks.For the visualization system uses a combination of matplotlib and Pillow.
## Command-line Sytax
usage: `main.py [-h] [--outfile OUTFILE]`optional arguments:
`-h`, `--help` show this help message and exit
`--outfile OUTFILE` The output visualization of your mouse movement, default='output\plot.png'