You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo implements a Library Management System using Python, featuring a RESTful API for CRUD operations. Users can add, retrieve, update, and delete books in a library, utilizing Flask and SQLite for a simple and efficient solution.
Школьная библиотека» — настольное приложение на PyQt6 для учёта книг, читателей и выдачи литературы в школьной библиотеке, с поддержкой настройки классов и параллелей, ленивой подгрузкой списков и сохранением данных в SQLite.
A multi-user library management system to manage e-books. Features include role-based access control (RBAC), user and librarian dashboards, section and e-book management, search functionalities, batch jobs (daily reminders, monthly reports), caching with Redis, and performance optimization.
Repositório destinado para o projeto de um sistema de gerenciamento de biblioteca com funções de cadastro de livros, alunos, prazos, alterações de cadastro, empréstimo e entrega de livros.
A lightweight Streamlit-based Library Management System featuring book search, issuing and return tracking, donation handling, and a recommendation module. The application includes a simple dashboard with real-time insights and uses CSV files for persistent data storage.
The system allows users to manage books in a library by providing features such as adding, viewing, updating, deleting, and searching for books. It also includes features to manage user checkouts and returns, making it a complete solution for managing a library's inventory.
A Python desktop app for organizing personal book libraries with OCR support, JSON-based storage, and a full GUI. Built with Tkinter, PyOCR, and Unittest.