Skip to content

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

License

Notifications You must be signed in to change notification settings

msindev/Bookstore-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore-Manager

Bookstore Manager is a book information storing management software made in Python and uses the 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages