Metadata-Version: 2.1
Name: MeoBook
Version: 0.0.2
Summary: Module to search and download a book from the internet
Home-page: https://github.com/Tina-rt/meobook
Author: Tina Ratolojanahary
Author-email: <rtinahubert@gmail.com>
License: UNKNOWN
Description: # MeoBook
        A module to search and download a book from the internet
        
        ## Description
        This is a package for searching a book and downloading it from the internet
        
        ## Installation
        ```bash
        pip install meobook
        ```
        ## Usage
        ```Python
        meobook = Meobook()
        #List of 5 books fetch from google
        list_of_book = meobook.search_book("git hub cheat sheet")
        
        #Download one book
        book1 = list_of_book.download("/your/destination/path")
        ```
        ## Docs
        ### Methods in MeoBook object
        ```python
        self.search_book(keyword, limit=5)
        ```
        ```limit``` parameter limits the return results from ```self.search_book``` function
        
        ## Credits
        Tina Hubert Ratolojanahary (rtinahubert@gmail.com, https://tina-rt.netlify.app)
        
        Made in Madagascar
Keywords: python,download book,pdf downloader,book search engine
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
