A graphical user interface (GUI) based Body Mass Index (BMI) calculator built using Python's Tkinter library.
- Enter height (in cm) and weight (in kg) using input fields or sliders.
- Calculate BMI based on the input values.
- Display BMI category (Underweight, Normal, Overweight, Obese) with a brief description.
- Dynamic resizing of an image based on the height value.
- Python 3.x
- Tkinter (usually comes with Python)
- Pillow library for image processing