Metadata-Version: 2.1
Name: findbook
Version: 0.1.3
Summary: A command-line tool to search for books on Goodreads.
Home-page: 
Author: DShaarvin
Author-email: domunshaarvin@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

**findbook**

findbook is a Python command-line tool that allows you to search for books on Goodreads. You can specify the book name and the number of records to return.


*Installation*

```bash
pip3 install findbook
```


**Usage**

To use findbook, run the findbook command in your terminal, and use the -b flag to specify the book name and the -n flag to specify the number of records to return.

```bash
findbook -b "Clarice Lispector" -n 5
```

This command will search for books with the keyword "Clarice Lispector" and return the details of up to 5 books.


***Dependencies***

findbook requires the following Python libraries:

- requests
- beautifulsoup4

These dependencies should be automatically installed when you install findbook with pip.
