Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 546 Bytes

File to Calories Burnt

A tool to estimate calories burned from fitness files.

Installation

  • Install dependencies: pip install fitparse

Dependencies

  • Python library: fitparse

Usage

Run the main script with: python file_to_calories.py

You can also use: python cardio_calculator.py

Configuration

The following configurable values are available via config.json:

  • weight_kg: User's weight in kilograms
  • age_years: User's age in years
  • gender: User's gender ('male' or 'female')

Adjust these values as needed.