Metadata-Version: 1.1
Name: highres
Version: 1.0.1
Summary: A script to download hi-resolution images using google search by image feature
Home-page: https://dillir07.github.io/hires/
Author: Dilli Babu R
Author-email: dillir07@outlook.com
License: UNKNOWN
Description: ========
        highires
        ========
        
        -----------------
        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 hires using pip
        
        ``pip install hires``
        
        Usage
        =====
        
        * If not available already, install a browser such or Chrome or Firefox or Safari or Edge
        * Download webdriver for your Browser
          - Chrome https://chromedriver.chromium.org/downloads/
          - Firefox <https://github.com/mozilla/geckodriver/releases/
          - Edge <https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
          - 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:\>hires C:\users\dr\Pictures\low-res-images``
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
