Skip to content

BMI Calculator in Python based on the World Health Organization's (WHO) recommended values.

Notifications You must be signed in to change notification settings

papargyri/BMI_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BMI_Calculator

BMI Calculator in Python based on the World Health Organization's (WHO) recommended values.

BMI is widely used as a general indicator of whether a person has a healthy body weight for their height. Specifically, the value obtained from the calculation of BMI is used to categorize whether a person is underweight, normal weight, overweight, or obese depending on what range the value falls between.

These ranges of BMI vary based on factors such as region and age, and are sometimes further divided into subcategories such as severely underweight or very severely obese. Being overweight or underweight can have significant health effects, so while BMI is an imperfect measure of healthy body weight, it is a useful indicator of whether any additional testing or action is required.

BMI table for adults

This is the World Health Organization's (WHO) recommended body weight based on BMI values for adults. It is used for both adult men and women.

Category BMI (kg/m2)
Severe Thinness < 16
Moderate Thinness 16 - 17
Mild Thinness 17 - 18.5
Normal 18.5 - 25
Overweight 25 - 30
Obese Class I 30 - 35
Obese Class II 35 - 40
Obese Class III > 40

BMI chart for adults

This is a graph of BMI categories based on the World Health Organization data. The dashed lines represent subdivisions within a major categorization.

About

BMI Calculator in Python based on the World Health Organization's (WHO) recommended values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages