Skip to main content

a python library to calculate one's body mass index

Project description

how_is_my_bmi version 0.1.1

A small library to be able to generate your BMI Index - Body Mass Index.

Installation

pip install bmi

Get Started

How to get the BMI Index:

from bmi import Bmi

Instantiate the BMI Object

user_2 = Bmi(105, 6)

Call the BMI Calculator method

print(user_2.calculate_bmi())

The calc_bmi() method is deprecated. This version introduces the calculate_bmi().

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

how_is_my_bmi-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

how_is_my_bmi-0.1.1-py3-none-any.whl (2.0 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