Skip to content

mercie-ux/BMI-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BMI Calculator

A simple BMI (Body Mass Index) calculator built using Python and Streamlit to explore how Streamlit’s graphical user interface works.
This project demonstrates how to collect user input, perform calculations, and display interactive results in real time.


Python Streamlit License Status


Features

  • Input weight (kg) and height in centimeters, meters, or feet
  • Automatically calculates and displays BMI value
  • Classifies results (Underweight, Healthy, Overweight, etc.)
  • Interactive Streamlit UI that’s simple and beginner-friendly

Tech Stack

  • Language: Python
  • Framework: Streamlit
  • IDE Recommended: VS Code or PyCharm

Installation & Usage

  1. Clone the repository
    git clone https://github.com/mercie-ux/BMI-calculator.git
    cd BMI-calculator
  2. create a virtual environment and activate

    python -m venv venv
    venv\Script\activate
    
  3. Install dependencies
    pip install streamlit
    
  4. Run the streamlit app
    streamlit run BMI.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages