June 2026

BMI Calculator

A simple Python program that calculates Body Mass Index from weight and height.

BMI Calculator
1 Technologies
Active Status
2 hours, 58 minutes ago Last Updated

About the Project

BMI Calculator is a small Python command-line program that calculates a user's Body Mass Index from their weight (in kilograms) and height (in meters). After computing the value it reports the BMI along with a short interpretation — underweight, normal, overweight, or obese — using only the Python standard library.

Technologies Used

Python