Metadata-Version: 1.1
Name: gImageGrabber
Version: 0.0.8
Summary: Tool to download orignal resolution images from Google search
Home-page: https://pypi.org/project/gImageGrabber
Author: Saksham Sharma
Author-email: codeck313@gmail.com
License: GNU General Public License version 3
Description: 
        Google Image Grabber
        -------------------------
        
        
        It provides tools to grab images from a google search by extracting the links of
        the images and downloading full resolution images.
        
        This program written in Python is tested on windows 10 64bit processor.
        It uses selenium to open a browser so as to scroll down to get more images than
        possible otherwise. Thus it need a browser to work correctly. This is on default
        set to use chrome browser. The package comes with chromedriver with it.
        
        To **Install** gImageGrabber do as follow:
        
        .. code:: console
           $ pip install gImageGrabber --upgrade
        
        There are 2 python files *imgScrape* and *imgTools*
        *imgScrape* has all the utilities needed to run the script but
        if you want to have additional control functions you could explore *imgTools*
        
        This how you can **Import** files:
        
        .. code:: python
           from gimagegrabber import imgScrape
           from gimagegrabber import imgTools
        
Keywords: google images extractor parser webpage gImageGrabber grabber extract
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Utilities
