Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 602 Bytes

#Bookstore

A Desktop application made with Tkinter library.

Uses the sqllite3 db to store the book information like: 1.title 2.author 3.year 4.isbn

Allows user to: 1.View all books 2.Search for a book 3.Add a book 4.Update a book 5.Delete a book