Desktop-Database-Application
A GUI application for managing a book store database made in Python using the inbuilt 'tkinter' module.
- To create a database file (.db) first run the "Backend.py" script. This will create a database for existing books.
- To view and use the GUI interface for managing books store database, run "Frontend_Interface.py" script.