My personal project to analyze activities from Garmin device. The current goal focuses on Fitness Activities.
Proportions of this project utilize the library GarminDb, developed by @tcgoetz.
Install required dependencies by running the following command.
pip install -r requirements.txt
Download the GarminConnectConfig.json.example to ~/.GarminDb/GarminConnectConfig.json.
Edit relevant fields as following.

Download all the data and create SQLite DB.
garmindb_cli.py --all --download --import --analyze
Use notebooks in folder ./notebooks
An example output from Fitness.plot_stress_duration_scatter_chart()
