Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rohankvashisht/library-management-system-v1
- Owner: rohankvashisht
- License: mit
- Created: 2023-01-08T18:12:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T22:31:31.000Z (over 1 year ago)
- Last Synced: 2023-12-12T14:30:43.520Z (about 1 year ago)
- Topics: pillow, python, python-3, python3, sqlite, sqlite-database, sqlite3, sqlite3-database, tkcalendar, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 1.41 MB
- 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 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/)