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.
- 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.
- Python 3.x
- PyQt5
- SQLite