Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

imagedl for download images from google: https://github.com/CharlesPikachu/imagedl #401

@CharlesPikachu

Description

@CharlesPikachu

hey guys, here: https://github.com/CharlesPikachu/imagedl, I release imagedl, lets you search for and download images from specific websites like google.

For example, to download from google, you can write as,

from imagedl import imagedl

image_client = imagedl.ImageClient(image_source='GoogleImageClient')
image_client.startcmdui()

or just,

from imagedl import imagedl

image_client = imagedl.ImageClient(image_source='GoogleImageClient', search_limits=1000, num_threadings=5)
image_infos = image_client.search('cut animals')
print(image_infos)
image_client.download(image_infos=image_infos)

more details can refer to the source codes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions