Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 907 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 907 Bytes

Bookshelf 📚

Info

CodeFactor

Bookshelf is an executable program made from frontend script. You can use Bookshelf as a storeroom of the books which you have read.

Bookshelf stores the information about the Title, Author, Year and the ISBN of the book.

Users can:

  1. View all entries.
  2. Search an entry.
  3. Add a new entry.
  4. Update an entry.
  5. Delete an entry.
  6. Close the program.

via the corresponding buttons.

Demo

demo_gif

About

The GUI is made via Tkinter and the data are stored in database via SQLite.

Licensed under MIT License.