Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhisinha08/library-manangement-system-gui

Library Database (SQLite) Management Application with Simple GUI built using Tkinter in Python
https://github.com/abhisinha08/library-manangement-system-gui

python sqlite tkinter

Last synced: 2 days ago
JSON representation

Library Database (SQLite) Management Application with Simple GUI built using Tkinter in Python

Awesome Lists containing this project

README

        

# Library Management System

This is a Library Management App made in python with SQLite Database connection supporting all 4 CRUD operations with a simple graphical user interface made with tkinter

For executing the User Interface, please run main.py script

For rebuilding the database from examples.json, please uncomment lines 104 to 111 in backend.py and run that script.

The SQL database contains the main books table and authors and genres tables being refrenced to books with foreign ids.