Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 646 Bytes

Library Management System v1📚

A GUI based program to manage library resources digitally.

Programming Language used is Python with tkinter module for GUI. Database used is SQLite.

How to use this program ?

# install SQLite Studio
Download from this link: (https://sqlitestudio.pl)

# install module dependencies
pip3 install -r requirements.txt

# execute main.py file
python3 main.py

Note

By default, Username is admin and Password is admin@123

This project has been referenced from: CopyAssignment