Skip to content

Instantly share code, notes, and snippets.

View sjwhitmore's full-sized avatar

Samantha Whitmore sjwhitmore

View GitHub Profile
@sjwhitmore
sjwhitmore / MealPlanner.py
Created May 14, 2014 22:03
This is a small meal planner written in Python.
# This is a meal planner to help me decide what to eat for dinner. I don't like to
# waste a lot of time thinking about what to cook, so this would ideally help me create a
# varied menu without too much deliberation.
import datetime
import random
class Food:
def __init__(self,name,group = None,health = None, price = None, preptime = None):
# name of food