Python based GUI application
- Tkinter
- SQLite3
- main.py
- backend.py
- main.exe
Using Tkinter, I developed a GUI that does CRUD operations on a locally hosted database, with the use of SQLite3. This application manages information about books: title, author, year and isbn.