Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 610 Bytes

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