Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohankvashisht/library-management-system-v1

A library management system built using Python.
https://github.com/rohankvashisht/library-management-system-v1

pillow python python-3 python3 sqlite sqlite-database sqlite3 sqlite3-database tkcalendar tkinter tkinter-graphic-interface tkinter-gui tkinter-python

Last synced: 21 days ago
JSON representation

A library management system built using Python.

Awesome Lists containing this project

README

        

# 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 ?
```bash
# 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](https://copyassignment.com/library-management-system-python-project-with-source-code-gui-and-database/)