Skip to content

A python script for calculating the cheapest food combinations, given macros (how many grams of carbohydrates, proteins and fats to eat each day).

Notifications You must be signed in to change notification settings

valterschutz/willys-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

willys-planner

A python script for calculating the cheapest food combinations, given macros (how many grams of carbohydrates, proteins and fats to eat each day). Data generated with willys-json.

Usage

python3 main.py [-h] [-n N] [--fluids] [-v] [-d DATA] [-b BLACKLIST] carbs protein fats

Run python3 main.py --help for info about each option.

Dependencies

NumPy and SciPy. Install these by running python3 -m pip install numpy scipy.

About

A python script for calculating the cheapest food combinations, given macros (how many grams of carbohydrates, proteins and fats to eat each day).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages