Metadata-Version: 1.1
Name: highres
Version: 1.0.4
Summary: A script to download hi-resolution images using google search by image feature
Home-page: https://dillir07.github.io/highres/
Author: Dilli Babu R
Author-email: dillir07@outlook.com
License: UNKNOWN
Description: ========
        highres
        ========
        
        -----------------
        About The Project
        -----------------
        
        'highres' script to download hi-resolution images using google search by image feature
        
        Prerequisites
        =============
        * Web browser (Chrome or Firefox or Edge or Safari)
        * Webdriver for the browser
        
        Installation
        ============
        
        Install highres using pip
        
        ``pip install highres``
        
        Usage
        =====
        
        * If not available already, install a browser such or Chrome or Firefox or Safari or Edge
        * Download webdriver for your Browser
          1 Chrome https://chromedriver.chromium.org/downloads/
          2 Firefox https://github.com/mozilla/geckodriver/releases/
          3 Edge https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
          4 Safari https://developer.apple.com/documentation/webkit/testing_with_webdriver_in_safari/
        * Add Webdrivers's folder path to system path
        * place your images in a folder, ex: ``C:\users\dr\Pictures\low-res-images\``
        
        execute as follows
        
        ``C:\>highres C:\users\dr\Pictures\low-res-images``
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
