Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 632 Bytes

File metadata and controls

23 lines (18 loc) · 632 Bytes

🧮 BMI Calculator

A simple Python Tkinter application that calculates your Body Mass Index (BMI) based on your weight and height.
It provides a clean and easy-to-use interface, showing your BMI result and category with color-coded feedback.


🚀 Features

  • User-friendly Tkinter GUI
  • Input for weight (kg) and height (cm)
  • Automatically calculates BMI
  • Displays category with color indicators:
    • 🔵 Underweight (≤ 18.5)
    • 🟢 Normal (18.5 – 25)
    • 🟡 Overweight (25 – 30)
    • 🔴 Obese (> 30)

🧠 How It Works

  1. Run the script:
    python main.py