Skip to content

Instantly share code, notes, and snippets.

@ferhat00
Created October 31, 2018 08:29
Show Gist options
  • Select an option

  • Save ferhat00/a2f357718f795e00e842dc39fa007221 to your computer and use it in GitHub Desktop.

Select an option

Save ferhat00/a2f357718f795e00e842dc39fa007221 to your computer and use it in GitHub Desktop.
!pip install google_images_download
from google_images_download import google_images_download
response = google_images_download.googleimagesdownload()
arguments = {"keywords":"blue tit","limit":100,"print_urls":False,"format":"jpg", "size":">400*300"}
paths = response.download(arguments)
arguments = {"keywords":"crow","limit":100,"print_urls":False, "format":"jpg", "size":">400*300"}
paths = response.download(arguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment