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.
- 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.
- Clone the repository:
git clone https://github.com/usama7871/Python-Streamlit-BMI-Calculator-Web-App.git
- Navigate to the project directory:
cd Python-Streamlit-BMI-Calculator-Web-App
- Install the required packages:
pip install streamlit
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.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License.