Skip to content

An executable program made as a storeroom for books which you have read. πŸ“”

License

Notifications You must be signed in to change notification settings

Stathis-Kal/Bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.