From 52afc8c52ed8c6690346082c9bfb69d57f79d749 Mon Sep 17 00:00:00 2001 From: serialexperiments0815 <112315380+serialexperiments0815@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:43:18 +0200 Subject: [PATCH] Update README with features and installation steps Added features and installation instructions to README. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ba9fde --- /dev/null +++ b/README.md @@ -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 +``` + +