Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musatahawar/bmi-calculator

HI! This is a simple program which calculates user's bmi using his weight and height and tells that is he over weight or not.
https://github.com/musatahawar/bmi-calculator

Last synced: 20 days ago
JSON representation

HI! This is a simple program which calculates user's bmi using his weight and height and tells that is he over weight or not.

Awesome Lists containing this project

README

        

# BMI Calculator

BMI Calculator is a simple Python program that calculates the Body Mass Index (BMI) of an individual based on their height and weight. BMI is a commonly used metric to assess whether a person has a healthy weight for their height. This program provides a quick and easy way to calculate BMI.

## Usage

1. Clone the repository:

```bash
git clone https://github.com/your-username/bmi-calculator.git
cd bmi-calculator