Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhisinha08/library-manangement-system-gui
- Owner: AbhiSinha08
- License: mit
- Created: 2021-08-11T04:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T15:20:49.000Z (about 3 years ago)
- Last Synced: 2024-11-09T22:41:32.852Z (about 2 months ago)
- Topics: python, sqlite, tkinter
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.