1.Project name
2.Description
3.Contents
4.Installation
5.Usage
Ebookstore database
This program creates and manages a bookshop database, implementing CRUD operation.
-
ebookstore_functions.py // This file contains helper functions used by the main program.
-
ebookstore.py // This file contains the main program, interacting with database through user input.
This program requires a recent version of Python 3 that can be found at https://www.python.org/downloads/
Run ebookstore.py and follow instructions on the terminal. The helper file ebookstore_functions.py must be in the same folder. In case of empty database, the program will repopulate it with sample records.