# reading-log # ๐Ÿ“š Reading Log CLI A command-line Python project to manage your reading habits using a MySQL database. Log books, track completion status, build a wishlist, and view reading statsโ€”all from your terminal! ## ๐Ÿš€ Features - Add new book entries - Delete entries by title - View a reading wishlist - Browse all entries - View reading stats (total books, average rating, most-read genre) ## ๐Ÿ› ๏ธ Requirements - Python 3.6+ - MySQL Server - `mysql-connector-python` module ## ๐Ÿ“ฆ Setup 1. Clone the repo ```bash git clone https://github.com/your-username/reading-log.git cd reading-log