mirror of
https://github.com/serialexperiments0815/OpenLibFetch.git
synced 2026-07-12 15:32:24 +00:00
18 lines
473 B
Markdown
18 lines
473 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.
|
|
|
|
<img width="594" height="825" alt="ScreenshotBookFinder" src="https://github.com/user-attachments/assets/6be6b2e3-ccbe-4e88-989a-70104bdec7c6" />
|
|
|
|
## Installation
|
|
|
|
Make sure you have Python 3.12+ installed and `pip` available.
|
|
|
|
Install the required modules:
|
|
```bash
|
|
pip install requests pillow
|
|
```
|
|
|
|
|