๐ Tsundoku
Still a Work in Progress!
Tsundoku helps you organize your personal book collection using modern technology. Add books by taking photos of covers (OCR), scanning barcodes (ISBN lookup), or manual entry. Manage multiple shelves and sync with Google Sheets.
Show Image
โจ Features ๐ธ Photo OCR: Take a photo of any book cover, AI extracts title, author, translator, and language ๐ Barcode Scanner: Scan ISBN barcodes to automatically fetch book details ๐ Multiple Shelves: Organize books into custom-named shelves ๐ Language Support: Currently supports books in English ๐ Google Sheets Integration: Sync your library to spreadsheets for backup and sharing ๐ฑ Mobile-Friendly: Responsive web interface works great on phones and tablets ๐ Home-Focused: Designed specifically for personal home libraries ๐ Quick Start Prerequisites Python 3.8 or higher Virtual environment (recommended) Installation Clone the repository bash git clone https://github.com/Klaijan/tsundoku.git cd tsundoku Create virtual environment bash python -m venv tsundoku-venv