This project is a beginner-friendly BMI Calculator implemented in Python. The calculator enables users to input their weight and height, providing a quick assessment of their Body Mass Index (BMI) and a corresponding health category classification.
-
Run the BMI Calculator:
- Execute the Python script in your preferred development environment.
-
Input Your Information:
- Follow the prompts to input your weight (in kilograms) and height (in meters).
-
View Results:
- Receive immediate feedback on your BMI and health category.
- Prompt users for weight and height inputs.
- Ensure valid inputs within reasonable ranges.
- Calculate BMI using the weight and height provided.
- Classify BMI into health categories based on predefined ranges.
Ensure you have Python installed on your machine. Open a terminal or command prompt, navigate to the project directory, and run:
python bmi_calculator.py