OpenLibFetch/README.md
serialexperiments0815 52afc8c52e
Update README with features and installation steps
Added features and installation instructions to README.
2025-10-20 10:43:18 +02:00

17 lines
321 B
Markdown

## 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
```