Atharvsakoji2811/Library-Management-System — reverse-engineered prompt
Reverse engineered prompt
Build me a simple library management system in Python that someone could actually use for a small school or local library.
I want a clean interface with login, a way to add, edit, search, and remove books, manage members, issue and return books, and keep track of due dates and availability so it is easy to see who has what. Please save everything in a database so the data stays there between runs, and make the flow feel straightforward for a librarian or staff member.
It should also handle common mistakes nicely, like trying to issue a book that is already borrowed, returning a book that was never checked out, or entering incomplete details. If there is already starter code in this project, build on top of it instead of starting over. Keep the setup simple so I can run it without much hassle, and look up current docs online if you need to.
Want more depth? Deep Reverse