A simple BMI Calculator that calculates and categorizes BMI based on weight and height.
Project description
PyBMICalculator
PyBMICalculator is a simple Python package to calculate Body Mass Index (BMI) and categorize it based on health standards.
Installation
To install PyBMICalculator:
pip install PyBMICalculator
Usage
from PyBMICalculator import get_bmi_category
weight = 70
height = 1.75
result = get_bmi_category(weight, height)
print(result)
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
PyBMICalculator-0.1.0.tar.gz
(2.4 kB
view details)
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 PyBMICalculator-0.1.0.tar.gz.
File metadata
- Download URL: PyBMICalculator-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60c0daa58856a66e813017ac609f770e427330502e1f135997f02aad1a485480
|
|
| MD5 |
a142104155082d9d7b2b1fba0fefb2f9
|
|
| BLAKE2b-256 |
fa59f7376ca72814b0a331648b832f626d86cfe4e4bf48e54d72233869098aee
|
File details
Details for the file PyBMICalculator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: PyBMICalculator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
704b659919e5a63aa6a901d4239d5c9be4a602d1aaa908592fd60b943d7e65ac
|
|
| MD5 |
7a09e139e37c468de8e0a356f6ee16c9
|
|
| BLAKE2b-256 |
fe79d5174319f02ba20fa1a9a8b83b62cdfd3357fc384c802ac218ecbf4dfb39
|