VassoD / mouse_tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 41.0%Language:HTML 24.1%Language:JavaScript 23.9%Language:CSS 11.0%