hardikvasa / google-images-download

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
MIT License
8.56k stars 2.1k forks source link

Sorry i'm dumb but please help me. #328

Open crimex2997 opened 4 years ago

crimex2997 commented 4 years ago

How to use this. I have zero knowledge in python if you round it down. I tried googling for this but i still can't find the answer. But i think i installed everything.

Please, if someone will answer me, dumb it down as much as possible.

image

Joeclinton1 commented 4 years ago

You need to use the command "python setup.py install". You could also just double click on "setup.py" in file explorer.

If you are wondering why you need to use install, it's because install is one of the modules in setup.py and so to run it you put install after setup.py.

crimex2997 commented 4 years ago

You need to use the command "python setup.py install". You could also just double click on "setup.py" in file explorer.

if i double click the setup.py, it just open my pycharm.

also this is what happened after i run the py through cmd in the folder

image

crimex2997 commented 4 years ago

image

Joeclinton1 commented 4 years ago

I think it installed correctly.

crimex2997 commented 4 years ago

so anyone know what's wrong?

kevinkit commented 4 years ago

I am not sure but I think you switched some things here, but installing it won't download anything. You need to execute some command like: googleimagesdownload --keywords "universe" --usage_rights labeled-for-reuse . However the repo is currently broken, sadly, see #325

shaniafrincella commented 4 years ago

Hi,

I am a Computer Science student from Coventry University. I am interested to contribute to this open source project. My area of contribution will be adding an option to open the search image in the web browser, adding a GUI to choose the file directory to save images and adding an image viewer GUI.