Skip to content

M9star/BMI__Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

BMI Calculator Project

Description

This project is a beginner-friendly BMI Calculator implemented in Python. The calculator enables users to input their weight and height, providing a quick assessment of their Body Mass Index (BMI) and a corresponding health category classification.

Usage

  1. Run the BMI Calculator:

    • Execute the Python script in your preferred development environment.
  2. Input Your Information:

    • Follow the prompts to input your weight (in kilograms) and height (in meters).
  3. View Results:

    • Receive immediate feedback on your BMI and health category.

Key Concepts

1. User Input

  • Prompt users for weight and height inputs.
  • Ensure valid inputs within reasonable ranges.

2. BMI Calculation

  • Calculate BMI using the weight and height provided.

3. Categorization

  • Classify BMI into health categories based on predefined ranges.

How to Run

Ensure you have Python installed on your machine. Open a terminal or command prompt, navigate to the project directory, and run:

python bmi_calculator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages