## Google Image Downloader
<hr>
Simple Python package to download images form Google Images with query.
This package selenium webdriver to retrive links to high resolution images<br/>
### Disclaimer<br />
This package helps you download images from Google Image.
This package can download up to around 800-1000 images, depending the number of images return for a given query.
Please do not violate any its terms.
### Installation <br />
```sh
pip install download_google_imgs
```
or
```bash
git clone https://github.com/xtcpete/download_google_imgs
cd download_google_imgs
pip install -r requirements.txt
```
### Usage <br />
```python
from download_google_imgs import downloader
downloader.download(query, get_urls=False, output_name=None, num_images=10, root_dir='google_images', add_ons=['4k'], verbose=True)
```
`query (string)`: query to search images </br>
`get_urls (bool, optional)`: if set to ture, it will only return links to images; images will not be downloaded. Defaults to False. </br>
`output_name (string, optional)`: folder name for saving images. Defaults to query string. </br>
`num_images (int, optional)`: number of images to download. Defaults to 10.
`root_dir (str, optional)`: root directory for saving images. Defaults to 'images'. </br>
`add_ons (list, optional)`: additional string for query. Defaults to ['4k']. </br>
`verbose (bool, optional)`: if set to True, it will print progress. Defaults to True. </br>
### PyPi </br>
https://pypi.org/project/download-google-imgs/
</br>
Raw data
{
"_id": null,
"home_page": "https://github.com/xtcpete/download_google_imgs",
"name": "download-google-imgs",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "google, images, scraping, image download, bulk image downloader",
"author": "Gonglin Chen",
"author_email": "xtcpetecgl@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/b1/6a4cb13b2deb6618f85e390534cffb79f8e37355da415d1a990b57b8975d/download_google_imgs-1.0.5.tar.gz",
"platform": null,
"description": "## Google Image Downloader\r\n<hr>\r\n\r\nSimple Python package to download images form Google Images with query.\r\nThis package selenium webdriver to retrive links to high resolution images<br/>\r\n\r\n### Disclaimer<br />\r\n\r\nThis package helps you download images from Google Image.\r\nThis package can download up to around 800-1000 images, depending the number of images return for a given query.\r\nPlease do not violate any its terms. \r\n\r\n### Installation <br />\r\n```sh\r\npip install download_google_imgs\r\n```\r\n\r\nor \r\n```bash\r\ngit clone https://github.com/xtcpete/download_google_imgs\r\ncd download_google_imgs\r\npip install -r requirements.txt\r\n```\r\n\r\n\r\n### Usage <br />\r\n```python\r\nfrom download_google_imgs import downloader\r\ndownloader.download(query, get_urls=False, output_name=None, num_images=10, root_dir='google_images', add_ons=['4k'], verbose=True)\r\n```\r\n\r\n`query (string)`: query to search images </br>\r\n`get_urls (bool, optional)`: if set to ture, it will only return links to images; images will not be downloaded. Defaults to False. </br>\r\n`output_name (string, optional)`: folder name for saving images. Defaults to query string. </br>\r\n`num_images (int, optional)`: number of images to download. Defaults to 10.\r\n`root_dir (str, optional)`: root directory for saving images. Defaults to 'images'. </br>\r\n`add_ons (list, optional)`: additional string for query. Defaults to ['4k']. </br>\r\n`verbose (bool, optional)`: if set to True, it will print progress. Defaults to True. </br>\r\n\r\n\r\n### PyPi </br>\r\nhttps://pypi.org/project/download-google-imgs/\r\n\r\n\r\n</br>\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Python library to download images form Google Images with query.",
"version": "1.0.5",
"project_urls": {
"Homepage": "https://github.com/xtcpete/download_google_imgs"
},
"split_keywords": [
"google",
" images",
" scraping",
" image download",
" bulk image downloader"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b41cf792b6f767283452a5bc2b4c0f371f353e9437c2ced44958d5008fa7c062",
"md5": "768a687b9edd24879e9fca771ee5480f",
"sha256": "5100de1969943ce2e7cec921ba71b4d3e16f4a5f14680842ce025ec127762d11"
},
"downloads": -1,
"filename": "download_google_imgs-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "768a687b9edd24879e9fca771ee5480f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4259,
"upload_time": "2024-03-28T21:38:01",
"upload_time_iso_8601": "2024-03-28T21:38:01.248656Z",
"url": "https://files.pythonhosted.org/packages/b4/1c/f792b6f767283452a5bc2b4c0f371f353e9437c2ced44958d5008fa7c062/download_google_imgs-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7b16a4cb13b2deb6618f85e390534cffb79f8e37355da415d1a990b57b8975d",
"md5": "35389f21aff77a51cb3cccf737ba7e45",
"sha256": "a8d25ebc60f9e1c6c8cb0918c2519a8ff370ede61aec195405934aa563ba32a5"
},
"downloads": -1,
"filename": "download_google_imgs-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "35389f21aff77a51cb3cccf737ba7e45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3701,
"upload_time": "2024-03-28T21:38:03",
"upload_time_iso_8601": "2024-03-28T21:38:03.109889Z",
"url": "https://files.pythonhosted.org/packages/c7/b1/6a4cb13b2deb6618f85e390534cffb79f8e37355da415d1a990b57b8975d/download_google_imgs-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-28 21:38:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xtcpete",
"github_project": "download_google_imgs",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "download-google-imgs"
}