Skip to content

A simple script to download a small amount (<21) of low resolution thumbnails from the google image search.

Notifications You must be signed in to change notification settings

therealpeterpython/ThumbnailDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ThumbnailDownloader

A simple script to download a small amount (<21) of low resolution thumbnails from the google image search.

Example

Note: For a full overview of the parameters of download() and download_one() see the (short) source code.

import thumbnail_downloader as td

path = td.download_one("google logo")  # relative path to the image file
print(path)

About

A simple script to download a small amount (<21) of low resolution thumbnails from the google image search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages