No description
Find a file
serialexperiments0815 52afc8c52e
Update README with features and installation steps
Added features and installation instructions to README.
2025-10-20 10:43:18 +02:00
buttonfade.py Added comments, fixed small issues, removed a few redundancies. Added run.bat. 2025-10-20 10:34:21 +02:00
Library.py Added comments, fixed small issues, removed a few redundancies. Added run.bat. 2025-10-20 10:34:21 +02:00
README.md Update README with features and installation steps 2025-10-20 10:43:18 +02:00
request_api.py Added comments, fixed small issues, removed a few redundancies. Added run.bat. 2025-10-20 10:34:21 +02:00
run.bat Added comments, fixed small issues, removed a few redundancies. Added run.bat. 2025-10-20 10:34:21 +02:00

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:

pip install requests pillow