A Python and SQLite-based app to manage your book collection, built for Hack Club.
- Store books with title, author, genre, publication year, and status.
- List books by genre, author, or all books in formatted tables.
- Mark books as read.
- Count books per author.
- Add/delete books interactively.
- Export library to CSV.
- Prevents duplicates with UNIQUE constraints.
- Colorful output for user feedback.
- Download summer_hack_club_app.zip.
- Unzip and right-click library.app, then select Open.
- If prompted, click Open or go to System Settings > Privacy & Security and click Open Anyway.Anyway.
- Requires macOS 10.15+.
- 1984 by George Orwell (Dystopian, 1949)
- Shadow and Bone by Leigh Bardugo (Fantasy, 2012)
- The Hunger Games by Suzanne Collins (Dystopian, 2008)
- Python 3
- SQLite
- Tabulate (pretty tables)
- Colorama (colored output)
Built with ❤️ for Hack Club.