Lumache

Lumache is a Python library for cook lovers.

Warning

This project is under heavy development.

Installation

To install the software, do:

(.venv) $ pip install lumache

Usage

You can use the lumache.get_random_ingredients() like this:

API

lumache.get_random_ingredients(kind=None)

Return a list of random ingredients as strings.

Parameters

kind (list[str] or None) – Optional “kind” of ingredients.

Raises

lumache.InvalidKindError – If the kind is invalid.

Returns

The ingredients list.

Return type

list[str]