A Python module for computing calorie requirements for individuals based on their needs and objectives
Project description
Table of Contents
Nutripy
file:https://travis-ci.org/yafeunteun/nutripy.svg?branch=master
Installation
pip install nutripy
Usage
Compute daily needs
import nutripy
from nutripy import Nutripy
nut = Nutripy()
age = 25
weight = 60
height = 180
gender = nutripy.nutripy.Gender.MALE
activity = nutripy.nutripy.Activity.SEDENTARY
goal = nutripy.nutripy.Goal.GAIN
daily_needs = nut.get_daily_needs(age, weight, height, gender, activity, goal)
Weight loss / mass gain management (work in progress)
The main feature of Nutripy is its ability to manage one's weight loss and/or weight gain.
Work In Progress
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nutripy-0.4.tar.gz
(2.7 kB
view details)
File details
Details for the file nutripy-0.4.tar.gz
.
File metadata
- Download URL: nutripy-0.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a21c5e610ce1e56c5a6f9c5842234c827ed562f944e5e78df8a721092be8accb |
|
MD5 | 81b95b61b0b7b6fb98e74e464a9a650e |
|
BLAKE2b-256 | d7bbc08325df668cc0b41bd9b579f160e786afecc6893c1a1bc5a4d0cde82db5 |