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.
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.
Python library project with automatic deployment to Pypi. This repository also includes github actions workflow for running Unit Test, Static Analysis and generating Code Coverage report on every push, so we can restrict for every merge to certain branch to pass status check first with this workflow can actually be merged.