Skip to content

malay190/Book-Directory-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Book Directory App πŸ“š

The Book Directory App is a Python-based GUI application for managing book records, developed using Tkinter. The app provides an intuitive interface for performing CRUD (Create, Read, Update, Delete) operations on a book database.


Features ✨

  • Add New Books: Easily add book records with details like Title, Author, Year, and ISBN.
  • View All Books: Display all books in the directory in a scrollable list.
  • Search Books: Search for specific books based on one or more fields.
  • Update Records: Modify details of existing books.
  • Delete Records: Remove selected books from the directory.
  • Interactive Listbox: Click on a record to auto-fill the fields for easy editing or deletion.

Prerequisites πŸ”§

  • Python 3.x
  • Required Python Libraries:
    • tkinter
    • sqlite3 (comes pre-installed with Python)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages