Skip to content

usama7871/Python-Streamlit-BMI-Calculator-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Streamlit BMI Calculator Web App

Description

This is a simple BMI (Body Mass Index) Calculator web application built using Streamlit. It allows users to calculate their BMI based on their weight and height, providing feedback on their weight category.

Features

  • Input weight in both metric (kg) and imperial (lbs) units.
  • Input height in both metric (m) and imperial (in) units.
  • Calculate BMI and display the result.
  • Visual representation of BMI categories using bar charts.
  • Store and display BMI history for user reference.

Installation

  1. Clone the repository:
    git clone https://github.com/usama7871/Python-Streamlit-BMI-Calculator-Web-App.git
  2. Navigate to the project directory:
    cd Python-Streamlit-BMI-Calculator-Web-App
  3. Install the required packages:
    pip install streamlit

Usage

To run the application, use the following command:

streamlit run app.py

Open your web browser and go to http://localhost:8501 to access the BMI Calculator.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License.