Skip to content

artorious/recipe_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipe_app - A simple menu-driven recipe database program written in python3

  • Store recipes for later retrival.
  • Search by:
  • Recipe title
    Author
    Ingredients
  • Create new recipe entries
  • Delete recipes
  • Print Out recipes

Recipe format

DATA

The Recipes are stored in the Database

Usage

Run:

$ python3 recipe_app.py

Dependencies

Requires: 1. Database Engine

SQLite3 - A small database engine that does not require separate database server

OnLinuxRun:

$ sudo apt-get install sqlite3
2. python3 modules 
apsw - Another python SQLite wrapper. A quick way to communicate with SQLite

OnLinuxRun:

$ sudo pip3 install apsw

Attribution

Originally Written By: Greg Walters - RainyDay Solutions, LLC

Full circle magazine Issue #33 - Program In Python part 7-9 full circle magazine

License - Creative Commons Attribution-Share Alike 3.0 Unported license

More on the licence,

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Releases

No releases published

Packages

No packages published

Languages