Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 681 Bytes

Library Management System

obraz

Overview

This project is a PyQt5-based desktop application for managing a library system. It allows users to manage books, people, and borrowed books within the library. The application connects to an SQLite database to store and retrieve data.

Features

  • Books Management: Add, remove, and list books.
  • People Management: Add, remove, and list people.
  • Borrowing Management: Borrow and return books.
  • GUI: A user-friendly graphical interface built with PyQt5.

Requirements

  • Python 3.x
  • PyQt5
  • SQLite