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