This is a simple Windows desktop application that calculates a user's Body Mass Index (BMI) based on height and weight inputs. Users can select between two measurement systems (SI units or Imperial units), and the app displays the BMI result along with the corresponding weight category (e.g., Underweight, Normal weight, Overweight, Obese).
- Input Options: Select between SI (kg, cm) and Imperial (lb, in) units.
- BMI Calculation: Calculates BMI using standard formulas.
- BMI Categories: Provides weight classification based on BMI result.
- User-Friendly Interface: Simple, easy-to-use design for quick calculations.
- Select your preferred measurement system (SI or Imperial).
- Enter your height and weight.
- Click "Calculate" to see your BMI result and its category.
- Python (or the relevant language if different)
- PyInstaller or Inno Setup for packaging
- Download the latest
.exe
or.msi
file from the Releases section. - Run the installer and follow the on-screen instructions.
This project is licensed under the MIT License - see the LICENSE
file for details.