A tool to estimate calories burned from fitness files.
- Install dependencies: pip install fitparse
- Python library: fitparse
Run the main script with: python file_to_calories.py
You can also use: python cardio_calculator.py
The following configurable values are available via config.json:
weight_kg
: User's weight in kilogramsage_years
: User's age in yearsgender
: User's gender ('male' or 'female')
Adjust these values as needed.