Library Mangement

This Python program is a simple library management system with a graphical user interface (GUI) built using Tkinter. It allows users to log in as administrators, manage books and students, issue and return books, and view activity logs. The application interacts with an SQLite database for data storage and retrieval.

Tkinter install

App Screenshot

Installation

Install Library-Mangement with pip

  
  cd Library-Mangement
  pip install -r requirements.txt
  python lib1.py