Skip to main content

A meal menu planner

Project description

https://travis-ci.org/peerster/genmenu.svg?branch=master

Why

To try to simplify and automate the process of planning what to eat.

Install

$ pip install genmenu

Example

>>> example_menu = genmenu.GenMenu()
>>> example_menu.insert_lunch_menu(['spam', 'eggs'])
>>> example_menu.insert_dinner_menu(['spam', 'eggs'])
>>> example_menu.generate_menu()
>>> example_menu.my_menu
OrderedDict([('Monday', {'dinner': 'spam', 'lunch': 'spam'}), ('Tuesday', {'dinner': 'eggs', 'lunch': 'eggs'}), ('Wednesday', {'dinner': '', 'lunch': ''}), ('Thursday', {'dinner': '', 'lunch': ''}), ('Friday', {'dinner': '', 'lunch': ''}), ('Saturday', {'dinner': '', 'lunch': ''}), ('Sunday', {'dinner': '', 'lunch': ''})])
>>>

What I want to add

  • A simple webpage (what web framework to use?)

  • Simple DB backend (probably nosql. What DB to use?)

  • Fetch recipies from external resources (what resources to use?)

  • Make it multilingual (what tool and how to do that?)

  • The option to specify how many days/weeks to plan for

  • Add the dates to the days

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genmenu-0.1.8.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file genmenu-0.1.8.tar.gz.

File metadata

  • Download URL: genmenu-0.1.8.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for genmenu-0.1.8.tar.gz
Algorithm Hash digest
SHA256 26adb4cd0cfbc6389d5861413aa4e7f55eb51b91e5130b74da13ca45d9321f78
MD5 576b2025349ffb6517bb1124dc2ea22e
BLAKE2b-256 e786e706ff3335110ca9e70181b14ce139f896f44278ea97d326851d147c1fdd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page