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.
- 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
- 📌 Python Input/Output
- 📌 Type Conversion (float)
- 📌 BMI Mathematical Formula
- 📌 if-elif-else conditions
- 📌 String Formatting (f-strings)
--
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!