- A user-friendly Library Management System (LMS) that allows administrators to efficiently manage books and users in a library.
- Users can rent books, and admins can add, search, and delete books and admin accounts.
- The system aims to streamline library operations and provide an organized platform for users.
Preview : Check here
- This project uses Python and PyQt5 (library for the graphical user interface).
- It employs a MySQL database to store book and user information.
- The application consists of two main windows: a login window for user authentication and the main library management window.
- Users enter their credentials in the login window, and upon successful login, they gain access to the library management functionalities.