Update README with features and installation steps

Added features and installation instructions to README.
This commit is contained in:
serialexperiments0815 2025-10-20 10:43:18 +02:00 committed by GitHub
parent 8532e6318e
commit 52afc8c52e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
README.md Normal file
View file

@ -0,0 +1,17 @@
## Features
Fetch book information by title, ISBN, or author.
Retrieve cover images directly from Open Library.
Lightweight and easy to understand through comments.
## Installation
Make sure you have Python 3.12+ installed and `pip` available.
Install the required modules:
```bash
pip install requests pillow
```