A simple BMI (Body Mass Index) calculator implemented in Python using customtkinter.
-
Clone the repository:
git clone https://github.com/akashpd390/bmi-calculator.git cd bmi-calculator
-
Install dependencies:
bashCopy code
pip install -r requirements.txt
-
Run the application:
bashCopy code
python bmi_calculator.py
- Enter your weight using the +/- buttons or by typing the value directly.
- Adjust your height using the slider.
- The BMI (Body Mass Index) will be calculated and displayed in real-time.
- Interactive GUI with weight adjustment buttons and height slider.
- Real-time BMI calculation.
- Customizable title bar color.
- customtkinter
Disclaimer: This BMI calculator is a simple educational project. Always consult with a healthcare professional for accurate health assessments.