Skip to content

jdangerx/mkrcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkrcp

Uses the Open Recipes database to generate "recipes". They are actually just lists of ingredients, which is usually enough to figure out how to make the food.

Usage:

python mkrcp.py [-h] [-c] [-g GENRE] [-n] [-N NUMBER] [outfile]

positional arguments:
  outfile               File to output recipes to. If none given, prints to stdout.

optional arguments:
  -h, --help            show this help message and exit
  -c, --clean           Removes any existing refined recipe data.
  -g GENRE, --genre GENRE
                        Currently only accepts 'drinks' and 'entrees'.
                        Defaults to 'entrees'.
  -n, --normal          Tries to make probable recipes instead of improbable
                        ones.
  -N NUMBER, --number NUMBER
                        Number of recipes to generate.

About

Generates recipe "suggestions."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages