The BMI Calculator In Python is a simple project developed using Python. The project is for the user convenient, for checking your BMI. With the BMI value, you can check whether you have a healthy weight or not. The project file contains a python script ( BMI_Calculator.py). This is a simple GUI-base project which is very easy to understand and use.
About BMI Calculator In Python
This simple project is in Python. Talking about the features of this system, this python application is designed to calculate the BMI value of user by entering the value of their weight and height. You can just have to select the weight and enter the height you want to involve in calculations and click the button for the result. It is capable of handling all types of exceptions.
How To Run BMI Calculator In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step1: Extract/Unzip the file
Step2: Go inside the project folder, open cmd then type BMI_Calculator.py and enter to start the system.
OR
Step2: Simply, double click the BMI_Calculator.py file and you are ready to go.