Registered by João Antonio Santana

BMI Calculator shows your body mass index.

BMICalc is a Python console application which aims to show the body mass index of a person.

According to Wikipedia (http://en.wikipedia.org/wiki/Body_mass_index),

The body mass index (BMI), or Quetelet index, is a statistical measure of   
body weight based on a person's weight and height. Though it does not       
actually measure the percentage of body fat, it is used to estimate a       
healthy body weight based on a person's height. Due to its ease of          
measurement and calculation, it is the most widely used diagnostic tool to  
identify weight problems within a population, usually whether individuals   
are underweight, overweight  or obese. (...) Body mass index is defined as  
the individual's body weight divided by the square of his or her height.

BMICalc uses International System of Units (SI) to make the proper calculations. If you dislike this approach, feel free to implement calculations to the old imperial units system.

Project information

Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

10.07 series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

All bugs Latest bugs reported

All blueprints Latest blueprints

Downloads

Latest version is 0.1
released

All downloads

Announcements

  • Version 10.07 released on 2010-07-19
    Following the Ubuntu tradition of release naming, i'm proud to announce the r...
  • 0.1 version released on 2009-12-07
    It's still buggy, but it's a functional Body Mass Index calculator written in...