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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file how_is_my_bmi-0.1.1.tar.gz
.
File metadata
- Download URL: how_is_my_bmi-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438432616361d42c96bb4efccc2394844ac44894ed120bf1f718df41d696bd72 |
|
MD5 | fe92a9fe19abf6e2192b681f41302a85 |
|
BLAKE2b-256 | b66a7d85a16e79ac28ff6f5586dbcc755224b52ce48c96bca9472bd9231dde24 |
File details
Details for the file how_is_my_bmi-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: how_is_my_bmi-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb36c56cfd7b953ebef640ed94efd929111ea697d8249d5fa6da4a679675b8c1 |
|
MD5 | 257a0f2992e11d14958216987eab6f31 |
|
BLAKE2b-256 | 5ff98f17b26e34d6f4eef57444e181c10254d0e157e1682203d84ecf62f42702 |