Skip to content

This Python application calculates the Body Mass Index (BMI) based on user input for weight (kg) and height (cm). It uses Tkinter for a simple graphical interface. The result shows the BMI value and category with color indicators for quick understanding.

Notifications You must be signed in to change notification settings

frontdevsv/BMIcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ 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

About

This Python application calculates the Body Mass Index (BMI) based on user input for weight (kg) and height (cm). It uses Tkinter for a simple graphical interface. The result shows the BMI value and category with color indicators for quick understanding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages