highres A python package to download high resolution image using Google Search by Image feature Prerequisites: Instructions are below Python with pip selenium package A browser with Webdriver Install selenium via pip pip install selenium Webdriver Setup Click and download the driver from their official websites. Chrome Firefox Edge Add webdriver folder path to System path Add downloaded driver folder path to System path. Todo Now, before we start coding, lets break down our goal into smaller components. Set up Code for: Input & Output folders Identify image files in a folder. Detect browser and launch Navigate and use Google's 'Search by Image' Download image based on it's URL and save in a folder Create a pip package Code for Input & Output folders Nomally we can simply use string variable to store paths, but using Path from pathlib is OS neutral and has many useful features....
Dilli's blog, containing articles about various programming languages and other interesting tech. stuff.