A simple Library Management System built with Streamlit and MySQL. It allows users to add, remove, display, search books, and view basic statistics.
- Add a Book: Save book details (title, author, year, genre, and read status).
- Remove a Book: Delete a book by its title.
- Display all Books: View all books in a table format.
- Search for a Book: Search by title, author, genre, or read status.
- Statistics: See the total number of books and the percentage of read books.
Live: https://library-managment-system-with-mysql.streamlit.app/