A GUI to track and plot exercise data.
A simple user guide can be found here.
-
Interactive plot
-
Highlights value under mouse and shows stats of that point in label under plot
-
Tree widget showing data, split by month, with a summary of each months total/best values
-
Click on labels under plot to switch data series plotted
-
Double click on month on plot x-axis to zoom in on that month
-
Click on point to select that point in the data viewer
-
'Personal bests' widget shows the top five sessions
Install the requirements, e.g. with pip: python -m pip install -r requirements.
Then simply python main.py to run the Tracks GUI.
