gitextract_7o9o5ztx/ ├── .gitignore ├── Licence.txt ├── MANIFEST.in ├── README.rst ├── docs/ │ ├── Makefile │ ├── arguments.rst │ ├── conf.py │ ├── examples.rst │ ├── index.rst │ ├── installation.rst │ ├── make.bat │ ├── structure.rst │ ├── troubleshooting.rst │ └── usage.rst ├── google_images_download/ │ ├── __init__.py │ ├── __main__.py │ ├── google_images_download.py │ └── sample_config.json ├── requirements.txt ├── setup.cfg ├── setup.py └── tests/ ├── __init__.py ├── test_google_images_download.py └── test_sample.py