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.
- 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.
- Python 3.x
- Required Python Libraries:
tkintersqlite3(comes pre-installed with Python)