Program that can be used by a bookstore clerk.
The program will add, update, delete and search books from the database sqlite call ebookstore
You will need the following software to run the Ebook Store :
To get started with the Ebook Store , follow these steps:
- Install tabulate
pip install tabulate- Clone the repository:
git clone https://github.com/resole79/ebookstore.git- Run the ebookstore.py file:
python3 ebookstore.py- ebookstore.py: Main program.
How program present
User selects ‘1’ to insert a book
Ask the user to input:
- The title of book
- The author of book
- The quantity of book
User selects ‘2’ to update a book
Ask the user to input:
- The id of the book
- The title of book
- The author of book
You can leave empty if don't want any change. The program asks you also if you are sure you want to update the item.
User selects ‘3’ to delete a book
Ask the user to input:
- The quantity of book you want to delete
- The id of the book
The program asks you also if you are sure you want to delete the item.
User selects ‘4’ to search a book
Ask the user to input:
- The title of book
- The author of book
You can leave empty if don't want any search.
Author : Emilio Reforgiato (resole79)





