A library for calculating body index include: [BMI, BMR, TDEE, WHR, LBM, BFP, NW, IBW, MA]
Project description
Chealthy
Chealthy là thư viện Python để tính toán các chỉ số sức khỏe (BMI, BMR, TDEE)
Cách cài đặt
pip install Chealthy
## Cách sử dụng
```python
from Chealthy import BMI, BMR, TDEE, WHR, LBM, BFP, NW, IBW, MA
bmi = BMI(70, 1.75)
bmr = BMR("nam", 60, 1.75, 18)
tdee = TDEE("nam", 60, 1.75, 18, 3)
lbm = LBM("nam", 70, 1.75, 20)
bfp = BFP("nam", 70, 1.75, 20)
ibw = IBW("nam", 1.75)
whr = WHR(85, 95)
nw = NW(60)
ma = MA("nam", 70, 1.7, 18)
print("BMI:", bmi)
print("BMR:", bmr)
print("TDEE:", tdee)
print("LBM:", lbm)
print("BFP:", bfp)
print("WHR:", whr)
print("IBW:", ibw)
print("NW:", nw)
print("MA:", ma)
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
c_healthy-0.1.2.tar.gz
(4.6 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 c_healthy-0.1.2.tar.gz.
File metadata
- Download URL: c_healthy-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e1e7172cfd5aef06e07b7f598d72c87928dcb7f52244c2a9b63816cf614cac
|
|
| MD5 |
a8e953d87503f0e1ac8258ba521ae61b
|
|
| BLAKE2b-256 |
45b23f168dac54bb111736bf119abadeedb684488ac85a9d6445ff0edff1d24d
|
File details
Details for the file C_healthy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: C_healthy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0032200f69dc4afcc0f76ce1de1aee2d90c569a9ac5b348188c973adf7079b2
|
|
| MD5 |
fcd1d1db2a23d307ae902f311864c534
|
|
| BLAKE2b-256 |
031c7094d0f3b6a570bf750f5bd0f1e676c66ff55fa706e3f9af7679cac3cd27
|