🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

gimdl

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gimdl

Google Image Search Downloader - using API

0.0.14
94

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Maintainers
1

Google Image Search & Download using the API

This will fetch images using the google API and save to an 'images' subdirectory from where you run your code. You just specify the search term. eg. "cat" or "dog"

Installation

Run the following to install:

pip install gimdl

Usage

import gimdl
from gimdl import fetch_images

# specify what images you want to fetch
fetch_images("cat")
RequirementURL
pip install Google-Images-Searchhttps://pypi.org/project/Google-Images-Search/
Google API Keyhttps://console.developers.google.com
pip install python-dotenvhttps://pypi.org/project/python-dotenv/
pip install windows-curses (Windows only)https://pypi.org/project/windows-curses/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts