Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/musatahawar/bmi-calculator
- Owner: MusaTahawar
- License: mit
- Created: 2023-11-01T16:33:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T16:39:54.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:19:06.435Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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