June 2026
BMI Calculator
A simple Python program that calculates Body Mass Index from weight and height.
1
Technologies
Active
Status
2 hours, 57 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