Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.64 KB

File metadata and controls

36 lines (23 loc) · 1.64 KB

BMI-Chatbot-Advisor-using-Python

Overview

The BMI Advisor is a Python program designed to calculate Body Mass Index (BMI) based on user-provided height and weight inputs. It offers valuable information about BMI categories, recommended steps for maintaining good health, and suggested diet plans tailored to individual BMI categories.

Features

BMI Calculation: Accurate BMI calculation using provided height and weight inputs.

BMI Categories: Categorizes users into different BMI categories such as Underweight, Normal weight, Overweight, Moderate Obesity, Severe Obesity, and Very Severe or Morbid Obesity.

Health Recommendations: Provides personalized health recommendations based on the user's BMI category.

Diet Plans: Offers recommended diet plans for each BMI category to promote a healthy lifestyle.

User-Friendly Interface: The program is designed with a user-friendly interface, guiding users through the process and providing clear instructions.

Getting Started

Installation: No installation is required. Simply run the Python script bmi_advisor.py.

Usage: Follow the prompts to input your height and weight. The program will calculate your BMI and provide relevant health information.

Menu Options:

Enter 1 to know steps for maintaining good health. Enter 0 to exit. If 1 is chosen:

Enter 1 to know your recommended diet. Enter 0 to exit. Note: At any point, you can type exit to terminate the program.

Dependencies

The program is written in Python and doesn't require any external libraries.

Contribution

Contributions are welcome! If you have any suggestions or improvements, feel free to fork the repository and submit a pull request.