A library for calculating BMI, BMR, TDEE
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
bmi = BMI(70, 1.75)
bmr = BMR("nam", 60, 1.75, 18)
tdee = TDEE("nam", 60, 1.75, 18, 3)
print("BMI:", bmi)
print("BMR:", bmr)
print("TDEE:", tdee)
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.1.tar.gz
(3.3 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.1.tar.gz.
File metadata
- Download URL: c_healthy-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e72e5796988e9041fc4bb9c2f7ac91b66ca9023fb555c93f59b663a9e73cb19
|
|
| MD5 |
4f5cb2bdce4ad069b7a117e5e8171700
|
|
| BLAKE2b-256 |
1e982c48272ca54b83351d6f5699065d57ab9586bb0412bd4c5d0a3af225c1e3
|
File details
Details for the file C_healthy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: C_healthy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
ed56f709c7691174f3474e3cb533be9a37a649dbc0038021017f6d158184dfaa
|
|
| MD5 |
320f49556397e9b8c3091aef12a6e48e
|
|
| BLAKE2b-256 |
8e572ded5181407cf442f9c7fe39c851e0e82c28a76ac28fb141c9c795bb8b26
|