A simple command-line tool to calculate Body Mass Index (BMI) based on height (feet & inches) and weight (pounds). The script categorizes BMI as Underweight, Normal weight, Overweight, or Obese.
If you haven't already, clone this repository:
git clone https://github.com/YOUR_USERNAME/BodyMassIndex.git
cd BodyMassIndex
### ** Make sure to download Python!**