google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!

Results 122 google-images-download issues
Sort by recently updated
recently updated
newest added

I've implemented all my suggested solutions from the issues. This should fix #262, #263, #264.

Seems like whichever language I choose the result are always the same.

When using the json config file all the arguments must be set _per record_. In some cases like `chromedriver`, the argument is the same across all the records. I propose...

feature-request

I add the -ns argument that renames downloaded images to their search keywords without putting them in a subdirectory

Hello, For Keywords: "", * and the following code: ```python3 from google_images_download import google_images_download #importing the library query = '*' try: response = google_images_download.googleimagesdownload() #class instantiation arguments = {"keywords":query,"limit":10,"print_urls":True, "no_download":True}...

So, I have hundreds of keywords that my code will automatically download, however, I want all these photos to download in one folder instead of having a separate folder for...

I just cannot get this module to work, it always returns 0 results. Here is a screenshot from the CLI ![image](https://user-images.githubusercontent.com/56165587/91612715-47ebac80-e97e-11ea-9c9c-8da3248c204b.png) And here is an example where it is used...

`C:\Users\HP\Downloads\google-images-download>googleimagesdownload --keywords "Dam" --limit 2000 --format png --size "medium" --chromedriver C:\cdriver\chromedriver Item no.: 1 --> Item name = Dam Evaluating... DevTools listening on ws://127.0.0.1:53213/devtools/browser/05884299-d8b6-4aa4-b07d-467a5ec2b244 [0323/134421.412:INFO:CONSOLE(570)] "%c%s color: red; background: yellow;...

Thanks for the effort; however, it didn't work for me. I debugged and found that it is breaking at the following line - may be there was a change in...

Adding documentation for setting up the project in vertual env. This will be helpful if developer is working on more than one version of python libraries.