Skip to content

Python-BMI-App is a simple but powerful Body Mass Index (BMI) calculator built using Python and Streamlit. BMI is a commonly used measure of body fat based on height and weight. The app takes user inputs of height and weight, calculates the BMI, and displays the result along with a color-coded interpretation of the BMI range.

License

Notifications You must be signed in to change notification settings

Yarlagadda-saimanoj/Python-BMI-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python License: MIT Streamlit App

Python BMI Calculator Application

The Python BMI Calculator is a simple command-line application that calculates Body Mass Index (BMI) based on user input of their height and weight in metric units. BMI is a measure of body fat based on height and weight, and it is commonly used to classify people into different weight categories. This project provides a useful tool to quickly and easily calculate a user's BMI based on their input data.

This project is a great example of how Python and Streamlit can be used to build interactive and user-friendly applications for health tracking and fitness monitoring.

---> Visit my web-based BMI calculator here to determine your BMI easily and efficiently.

Authors

Table of Contents

Installation

Before using this application, you must have Python 3 installed on your system. You can download and install Python 3 from the official website

Once you have Python 3 installed, you can clone the repository or download the source code as a zip file and run the file in the machine using your prefered workspace like VsCode, PyCharm etc.

The formula used for the BMI calculation is as follows:

  BMI = weight / (height ** 2)

The resulting BMI value is then classified using the following categories:

BMI Category BMI Range
Underweight < 18.5
Normal weight 18.5 - 24.9
Overweight 25 - 29.9
Obese >= 30

Contributing

If you want to contribute to this project, you can fork the repository and create a pull request with your changes. Please ensure that your code is well-documented and follows the PEP 8 style guide. Also, please make sure to test your changes thoroughly before submitting a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details

Acknowledgements

  • This application was created as part of a programming exercise for a Python Internship. Special thanks to the course instructors for their guidance and support.

About

Python-BMI-App is a simple but powerful Body Mass Index (BMI) calculator built using Python and Streamlit. BMI is a commonly used measure of body fat based on height and weight. The app takes user inputs of height and weight, calculates the BMI, and displays the result along with a color-coded interpretation of the BMI range.

Topics

Resources

License

Stars

Watchers

Forks

Languages