This repository contains a streamlined Body Mass Index (BMI) Calculator built with Python. The application takes standard user inputs (height and weight) to calculate the BMI score and provides a quick health categorization based on standard medical metrics.
It serves as a clean example of utilizing Python for mathematical operations, handling user input, and implementing conditional logic for health assessments.
- Accurate Calculation: Computes the exact BMI score using standard formulas.
- Health Categorization: Automatically classifies the result into standard categories (e.g., Underweight, Normal, Overweight, Obese).
- User-Friendly Input: Easy-to-use prompt system for entering height and weight data.
- Lightweight & Fast: Runs efficiently as a standalone Python script without heavy dependencies.
- Language: Python 3.x
- Type: Command-Line Interface (CLI) / Script
- Clone the repository:
git clone [https://github.com/OmerFarukAY/python-bmi-calculator.git](https://github.com/OmerFarukAY/python-bmi-calculator.git) cd python-bmi-calculator - Run the script:
(Make sure Python is installed on your system)
python BMICalculator.py
Author: รmer Faruk AY