Fitness calculator for running. With user input data, the program can calculate things like max aerobic heartrate and VO2 Max in order to help guide training as well as establish a gage of one's fitness.
- sys
- math
- pint
You must install pint, a module for operating on quantities across various units, for this project. You can do this by running:
pip install pint
- Calculate "MAF 180" HR (Max Aerobic HR)
- Calculate VO2 Max
- See estimated/similar race efforts
- Pace calculator
- Total time calculator
- Split calculator