Skip to main content

A Python module for computing calorie requirements for individuals based on their needs and objectives

Project description

Table of Contents

  1. Nutripy
    1. Installation
    2. Usage
      1. Compute daily needs
      2. Weight loss / mass gain management (work in progress)

Nutripy

file:https://travis-ci.org/yafeunteun/nutripy.svg?branch=master img img

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page