Skip to content

Ntsika-Ngilane-dev/Bookstore_Inventory_Manager_OpenLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bookstore Inventory Manager with Open Library Integration

A Python + SQLite CLI app that can:

  • Search Open Library for books.
  • Add selected books to local inventory.
  • View, search, update, and delete your books.

Requirements

  • Python 3.x
  • requests library: pip install requests

How to Run

python main.py

Files

  • main.py – Application logic
  • bookstore.db – Local database (created on first run)
  • README.md – This documentation

Demo Session

1. Search Open Library
2. Add book by ID
3. View All Books
4. Search Local Inventory
5. Update Book
6. Delete Book
7. Exit
> python main.py
1. Search Open Library
...
Enter book ID to add: OL12345M
Added: *Example Book*

About

πŸ›’ A simple Python + SQLite CLI app to manage a bookstore inventory with real-time book search using the Open Library API. Add, view, update, and delete books easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages