mirror of
https://github.com/serialexperiments0815/OpenLibFetch.git
synced 2026-07-12 15:32:24 +00:00
Update README with features and installation steps
Added features and installation instructions to README.
This commit is contained in:
parent
8532e6318e
commit
52afc8c52e
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in a new issue