Skip to content

jdangerx/mkrcp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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