Skip to main content

This package calculates your BMI score

Project description

BMI Calculator

Python BMI Calculator calculates BMI and BMI Category.

Objective :

  1. Caculate BMI score based on the height and weight specified.
  2. Find out weight category based on final BMI score.
  3. Validation test case has been performed.

Prerequisites:

  1. None

Installation:

pip install bmi_score

Usage :

from bmi_score import bmi

a = bmi(height, weight) # Calculates BMI score

from bmi_score import bmi_information

b = bmi_information(a) # Returns BMI information based on final BMI score eg. You're in the healthy weight range

PyPi Package :

The package has been build and uploaded at https://github.com/Plainpablo/BMI-Score

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BMI-Score-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

BMI_Score-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page