Skip to content

upraneethkumar/BMI_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages