Skip to content

This is a simple Body Mass Index (BMI) calculator implemented in python language . BMI is a widely used metric to estimate a healthy body weight based on a person's height. This code takes input for height and weight, computes the BMI, and provides a classification on standard BMI categories (underweight, normal weight, overweight, obese)

Notifications You must be signed in to change notification settings

Bhuvi2006/BMI-Calculator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BMI Calculator

Calculate Body Mass Index (BMI) using this simple Python script.

Description

This BMI calculator script allows users to input their weight and height and computes their BMI based on the formula: BMI = weight (kg) / (height (m))^2. It then classifies the BMI into categories such as underweight, normal weight, overweight, and obese according to standard WHO guidelines.

Features

Calculates BMI based on weight (in kilograms) and height (in meters).
Provides a classification of BMI into categories.
Simple and easy-to-understand Python script.

Technologies Used

Python 3.x

About

This is a simple Body Mass Index (BMI) calculator implemented in python language . BMI is a widely used metric to estimate a healthy body weight based on a person's height. This code takes input for height and weight, computes the BMI, and provides a classification on standard BMI categories (underweight, normal weight, overweight, obese)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages