Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 976 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 976 Bytes

BMI Calculator

A simple web application to calculate Body Mass Index (BMI) using Python and PyWebIO.

Description

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.

Features

  • 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.)

Requirements

  • Python 3.x
  • PyWebIO

Installation

  1. Clone the repository:

    git clone https://github.com/upraneethkumar/bmi_calculator.git
  2. Navigate to the project directory:

    cd bmi_calculator
  3. Install the required packages:

    pip install pywebio

Usage

Run the application using the following command:

    python bmi_calculator.py