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:
- View all entries.
- Search an entry.
- Add a new entry.
- Update an entry.
- Delete an entry.
- Close the program.
via the corresponding buttons.
The GUI is made via Tkinter and the data are stored in database via SQLite.
Licensed under MIT License.