- Store recipes for later retrival.
- Search by:
- Recipe title
- Author
- Ingredients
- Create new recipe entries
- Delete recipes
- Print Out recipes
The Recipes are stored in the Database
Run:
$ python3 recipe_app.py
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
Originally Written By: Greg Walters - RainyDay Solutions, LLC
Full circle magazine Issue #33 - Program In Python part 7-9 full circle magazine
More on the licence,
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.