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

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

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'