Module for generating food-related data.Overview
This module provides methods to generate various food-related information, such as items on a menu. To generate the name of a dish, use dish()
and to generate a long description for a dish use description()
. Note that these will not correspond with each other. You can also generate individual components of a dish such as spices, vegetables, meats, fruits, or generic ingredients.
adjective#
Generates a random dish adjective.
description#
Generates a random dish description.
dish#
Generates a random dish name.
ethnicCategory#
Generates a random food's ethnic category.
fruit#
Generates a random fruit name.
ingredient#
Generates a random ingredient name.
meat#
spice#
Generates a random spice name.
vegetable#
Generates a random vegetable name. Modified at 2025-06-25 07:57:16