A simple web application to calculate Body Mass Index (BMI) using Python and PyWebIO.
This application allows users to input their height in centimeters and weight in kilograms, and then calculates their BMI. The application also provides a textual interpretation of the BMI value according to standard BMI categories.
- User-friendly interface for inputting height and weight
- Calculates BMI based on user input
- Provides a categorization of BMI (e.g., Underweight, Normal, Overweight, etc.)
- Python 3.x
- PyWebIO
-
Clone the repository:
git clone https://github.com/upraneethkumar/bmi_calculator.git
-
Navigate to the project directory:
cd bmi_calculator
-
Install the required packages:
pip install pywebio
Run the application using the following command:
python bmi_calculator.py