Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.27 KB

Windows Desktop BMI Calculator

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).

Features

  • 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.

How to Use

  1. Select your preferred measurement system (SI or Imperial).
  2. Enter your height and weight.
  3. Click "Calculate" to see your BMI result and its category.

Technologies Used

  • Python (or the relevant language if different)
  • PyInstaller or Inno Setup for packaging

Installation

  1. Download the latest .exe or .msi file from the Releases section.
  2. Run the installer and follow the on-screen instructions.

License

This project is licensed under the MIT License - see the LICENSE file for details.