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.
- Host: GitHub
- URL: https://github.com/enoobis/bmi-calculator
- Owner: enoobis
- License: mit
- Created: 2023-02-28T03:39:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T05:09:38.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:47.821Z (8 months ago)
- Topics: bmi, bmi-calculator, bmicalculator, python
- Language: Python
- Homepage:
- Size: 34.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)

## 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.