/library-management-system-v1

A library management system built using Python.

Primary LanguagePythonMIT LicenseMIT

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