Drawer

BMI Calculator

BMI Calculator - image 1 - student project

BMI Calculator - image 2 - student project

BMI Calculator - image 3 - student project

BMI Calculator - image 4 - student project

BMI Calculator - image 5 - student project

Below is a complete Python BMI Calculator with a clean graphical UI built using Tkinter.

It does three things:

Calculates BMI

Displays health status (Underweight, Healthy, Overweight, Obese)

Calculates how much weight to gain or lose to return to a healthy BMI range (18.5 – 24.9)

This works perfectly on Windows, Linux, and macOS.

 

📌 Features

Simple & modern UI

Real-time BMI calculation

Clear health feedback

Exact weight gain/loss recommendation

 

 

 

🖥️ Python BMI Calculator (With GUI)

🔹 Requirements

Python 3.x (Tkinter comes pre-installed)