Skip to content

A Python project that calculates BMI based on user’s weight and height and gives a health category message.

Notifications You must be signed in to change notification settings

Gajal-codes/bmi-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

💪 BMI Calculator App in Python

Hey there! I'm Gajal Sharma 👩‍💻
This is my third Python project — a simple yet powerful BMI Calculator App that helps users find out their Body Mass Index and health category using Python.


🛠️ Features:

  • Takes user’s name, weight (in kilograms), and height (in meters)
  • Calculates BMI using the formula:
    [ BMI = \frac{\text{weight}}{\text{height}^2} ]
  • Displays the result with a friendly health message:
    • 🍃 Underweight
    • 🌼 Normal weight
    • 🍩 Overweight
    • 💥 Obese

--

📚 Skills Used:

  • 📌 Python Input/Output
  • 📌 Type Conversion (float)
  • 📌 BMI Mathematical Formula
  • 📌 if-elif-else conditions
  • 📌 String Formatting (f-strings)

--


🚀 About Me:

I’m Gajal Sharma, a BCA student at Poornima University, specializing in Data Science & AI.
This GitHub is my space to learn, grow, and shine ✨


If this helped or inspired you, feel free to star the repo!

About

A Python project that calculates BMI based on user’s weight and height and gives a health category message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published