Body Mass Index (BMI) is a tool used to estimate the amount of body fat by using your height and weight measurements.
This project is an implementation of the BMI calculator in Python. The interactive calculator asks the user for their height and weight measurements and provides them with the BMI result and a message indicating whether they are a normal weight for their height or not.
Python 3
Libraries used: time
-
Clone or download the repository to your local machine
-
Run the BMI-calculator.py file in a Python environment
-
Discover what your BMI is and how healthy you are!
This project is licensed under the MIT License. See the LICENSE file for details