This package calculates your BMI score
Project description
BMI Calculator
Python BMI Calculator calculates BMI and BMI Category.
Objective :
- Caculate BMI score based on the height and weight specified.
- Find out weight category based on final BMI score.
- Validation test case has been performed.
Prerequisites:
- 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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file BMI-Score-0.0.1.tar.gz.
File metadata
- Download URL: BMI-Score-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
428049521007f45169f71ddf77cdaf39b218ae9d50cb0696dadf1c3cf93d84ff
|
|
| MD5 |
6b25e63e4efc52cfe5af7674bd1b4c98
|
|
| BLAKE2b-256 |
8ec9991645e35ff61fd1357a9cefae5d599e274318dadb4db8f6a605534ad67b
|
File details
Details for the file BMI_Score-0.0.1-py3-none-any.whl.
File metadata
- Download URL: BMI_Score-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ab8f12a2bbab54e4380d4632205c0a283b74864fcd1a719e06a73f053fdd756
|
|
| MD5 |
0f229d46b9d31531b66aec7bbbcaf5d4
|
|
| BLAKE2b-256 |
84279cea869f92cc02ac9fefcc98ccf4846069ae7050df62f176acfed41c284d
|