Skip to content

Files

Latest commit

 

History

History

BMI_calulator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

BMI Calculator

This repository contains a simple Body Mass Index (BMI) calculator application built using Python. The application calculates the BMI based on the user's weight and height and classifies the BMI into categories such as underweight, normal weight, overweight, and obesity.

🗒️ Description

The BMI calculator allows users to input their weight and height, calculates their BMI, and displays the BMI along with the respective category.

Required Modules

This script uses standard Python libraries. No additional modules are required to run this script.

How to Install Required Modules

Since no additional modules are required, there is no need for installation of external libraries. Ensure that you have Python installed on your system.

▶️ How to Run the Script

  1. Clone the Repository:
    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:
             cd Simple-Python-Mini-Projects/BMI_calulator
  3. Run the Script:
           python bmi_calculator.py
  • Input your height and weight to calculate your Body Mass Index (BMI).