Welcome to the PyWebIO BMI Calculator, a simple web application built using PyWebIO to calculate Body Mass Index (BMI). This application allows users to input their age, height, and weight, and it provides BMI information based on their inputs.
- Collects user information, including age, height, and weight.
- Determines eligibility based on age (users below 16 are restricted).
- Calculates BMI and categorizes it into different health status categories.
- Input your name and age.
- If you are 16 or older, proceed to input your height and weight.
- The app will calculate your BMI and display your health status category.
- Python 3.x
- PyWebIO library
- Clone the repository:
git clone https://github.com/your-username/your-repository.git
- Install dependencies:
pip install pywebio
- Run the app:
python bmi_app.py
Feel free to explore, contribute, or use this code as a starting point for your BMI-related projects!
Happy coding!