Metadata-Version: 1.1
Name: gImageGrabber
Version: 0.0.3
Summary: Tool to download orignal resolution images from Google search
Home-page: https://mysnappy.weebly.com/
Author: Saksham Sharma
Author-email: codeck313@gmail.com
License: GNU General Public License version 3
Description: ======================
        Google Image Grabber
        ======================
        
        **Documentation Under Construction**
        
        Towel Stuff provides tools to grab images from a google search by extracting the links of
        the images and downloading full resolution images.
        Below is a sample on how to use it ::
        
            #!/usr/bin/env python
        
            import imageScrapeBrowser as imgScrape
        
            search = 'Python Language'
        
            data = imgScrape.get_images(imgScrape.build_url(search))
            imgScrape.save_images(data, search, fType)
        
Platform: UNKNOWN
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
