Welcome to Book Log, a beautiful and intuitive personal library management app built with Streamlit!
Easily organize, track, and manage your book collection with features like borrowing, returning, filtering, and more.
- β Add, edit, or delete book records
- π¦ Borrow and return tracking
- π Filter by genre, year, and language
- π§ Smart ISBN validation and duplicate checks
- β¬οΈ Export records as CSV
- π‘ Modern UI with organized navigation tabs
- π¬ Feedback/contact form built-in
Coming soon...
- Clone the repository:
git clone https://github.com/yourusername/biblionest.git
cd biblionest- Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.pyS.M. Abdullah Abdulbadeeii
π Civil Engineering Student | π‘ Tech Educator | π¨ Builder @ SMAASU Corp
π« Connect: LinkedIn | Quantum Tech Academy
This project is licensed under the MIT License.
Feel free to use, modify, and share!
---
### β
`requirements.txt`
```txt
streamlit>=1.33.0
pandas>=2.2.0