Quick Start

One page summary of how to setup gImageGrabber

Installation

To install gImageGrabber do as follow:

$ pip install gImageGrabber

There are two python files imgScrape and imgTools.

imgScrape has all the utilities needed to run the script but if you want to have additional control over the functions you could explore imgTools. Simple

Importing

To import this module to your script do this :

from gimagegrabber import imgScrape
from gimagegrabber import imgTools