/Bookstore-Manager

A book management software built with Python to store information about Book's name, Author, Year, and ISBN. Built using tkinter and sqllite3 database.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Bookstore-Manager

Bookstore Manager is a book storing management software made in Python using sqlite3 library.

This program has features of -

  1. Adding a new book record
  2. Deleting a book record
  3. Updating a book record
  4. Searching for a book by its name, year, ISBN, or Author name
  5. Viewing all books at a time

The records consist of Book's name, ISBN, Author name, and Year, and are stored in 'bookstore.db' database file.

The bin folder consists of Windows binary which can be used to execute the program without even installing Python on the user's computer.