https://github.com/vassod/mouse_tracking
https://github.com/vassod/mouse_tracking
flask matplotlib numpy python
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vassod/mouse_tracking
- Owner: VassoD
- Created: 2023-02-12T12:10:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T12:42:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T13:46:36.193Z (about 1 year ago)
- Topics: flask, matplotlib, numpy, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mouse_tracking
# Requirements
python
flask
numpy
matplotlib
# Description
Tracking the mouse movements in the web app when is running.
X,Y coordinates are tracked with javascript.
Data sent to python file which is storing the coordinates in a csv file
A dataviz of the csv file is created in plot.png showing the movements in a x,y table.
Javascript updates the coordinates and the python file updates the csv file accordingly.
When exit the web app the csv file is cleared, the plot.png will keep the last tracking until the web app runs again
and we get new data in the csv file.