A library for calculating body index include: [BMI, BMR, TDEE, WHR, LBM, BFP, NW, IBW, MA]
Project description
C_healthy
C_healthy 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 C_healthy
## Cách sử dụng
```python
from C_healthy 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)
bfp = BFP("nam", 70, 1.75, 20)
ibw = IBW("nam", 1.75)
whr = WHR("nam", 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.4.tar.gz
(4.7 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.4.tar.gz.
File metadata
- Download URL: c_healthy-0.1.4.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0534dcd6b8e8e1cf04de29bb75bc99f93203a4d95d4af07220696f115b4972a3
|
|
| MD5 |
57474fec9b1f5f2db0ec348b2f11526e
|
|
| BLAKE2b-256 |
1b79b013f1b846fbfddf9b77a4c41150d1f895a81a66384b5ab406b4a65bbfe6
|
File details
Details for the file C_healthy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: C_healthy-0.1.4-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 |
6700af8c23892208ebc79d065ae9e1c1ca2e6c1684ea22004eaace78db947b7f
|
|
| MD5 |
8ef28516044ce9d81c845aad44a032e7
|
|
| BLAKE2b-256 |
3e2cc54ca8a019fa7d3e4bb214bef87eb01a336e245d3a0d1f51b1c3541719e1
|