Skip to content

A simple application for Windows that calculates a user's Body Mass Index (BMI) based on their height and weight inputs. Users can choose between metric (kg, cm) and imperial (lb, in) units, view their BMI result instantly, and see a corresponding weight category (e.g., Underweight, Normal, Overweight, Obese).

Notifications You must be signed in to change notification settings

adityajanjanam/WindowsDesktopBMICalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple application for Windows that calculates a user's Body Mass Index (BMI) based on their height and weight inputs. Users can choose between metric (kg, cm) and imperial (lb, in) units, view their BMI result instantly, and see a corresponding weight category (e.g., Underweight, Normal, Overweight, Obese).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published