Skip to content

Ramya9475/BMI-Calculator-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

A graphical user interface (GUI) based Body Mass Index (BMI) calculator built using Python's Tkinter library.

Features

  • Enter height (in cm) and weight (in kg) using input fields or sliders.
  • Calculate BMI based on the input values.
  • Display BMI category (Underweight, Normal, Overweight, Obese) with a brief description.
  • Dynamic resizing of an image based on the height value.

Prerequisites

  • Python 3.x
  • Tkinter (usually comes with Python)
  • Pillow library for image processing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages