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

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

simple BMI calculator that calculates your Body Mass Index based on your height and weight.
https://github.com/enoobis/bmi-calculator

bmi bmi-calculator bmicalculator python

Last synced: 2 months ago
JSON representation

simple BMI calculator that calculates your Body Mass Index based on your height and weight.

Awesome Lists containing this project

README

          

# bmi-calculator
simple BMI calculator that calculates your Body Mass Index based on your height and weight.

RUN ONLINE : [RUN](https://replit.com/@Enoobis/bmi-calculator)

![image](https://user-images.githubusercontent.com/62465404/221747848-efd2debc-98ba-486f-b3f7-9601875d23f9.png)

## Installation

To run this program, you'll need to have Python 3 installed on your computer. You can download Python for free from the official website: https://www.python.org/downloads/

Once you have Python installed, you can download or clone this repository to your computer.

## Usage

To run the program, open a terminal or command prompt and navigate to the directory where you downloaded the repository. Then, enter the following command:
```
python main.py
```
This will start the program, and you should see a window with two entry fields for height and weight, a button to calculate BMI, and a label to display the result.

To calculate your BMI, enter your height in centimeters and your weight in kilograms, then click the "Calculate" button. The program will display your BMI and change the color of the result label based on your BMI value.

## Contributing

If you'd like to contribute to this project, feel free to fork the repository and make any changes you'd like. You can then submit a pull request with your changes, and we'll review them as soon as possible.

## License

This project is licensed under the MIT License - see the LICENSE file for details.