Usage

Installation

Pre-Build image file

To install d3m0n OS, first download lastest pre-built flashable img file:

Install Balena Etcher and flash your microSD card, insert it into your d3m0n device and boot!

Custom image file

Clone this repo using git clone https://github.com/d3m0n-project/d3m0n_os.git then move into

$ chmod +x *.sh
$ sudo ./d3m0n.sh

Then choose build

Creating recipes

To retrieve a list of random ingredients, you can use the lumache.get_random_ingredients() function:

The kind parameter should be either "meat", "fish", or "veggies". Otherwise, lumache.get_random_ingredients() will raise an exception.

For example:

>>> import lumache
>>> lumache.get_random_ingredients()
['shells', 'gorgonzola', 'parsley']