web-image-downloader


Nameweb-image-downloader JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/arif-x/web-image-downloader
SummaryA package to download images from the web using web_assets_downloader.
upload_time2024-05-26 18:43:36
maintainerNone
docs_urlNone
authorAriffudin
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Web Image Downloader

A Python package to download images from web pages using the `web_assets_downloader` package.

## Installation

```bash
pip install web_image_downloader
```

## Usage
### With command line
```commandline
download_images https://example.com --save-folder ./downloaded
```
### As Python module
```python
import web_image_downloader

urls = ['https://example.com']
save_folder = './downloaded'
web_image_downloader.download_images(urls, save_folder)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/arif-x/web-image-downloader",
    "name": "web-image-downloader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ariffudin",
    "author_email": "sudo.ariffudin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/a8/86d87deabde4e451627d37f5e7f76cadcbc3a914f552ec3cbbda06faf4bf/web_image_downloader-1.0.tar.gz",
    "platform": null,
    "description": "# Web Image Downloader\n\nA Python package to download images from web pages using the `web_assets_downloader` package.\n\n## Installation\n\n```bash\npip install web_image_downloader\n```\n\n## Usage\n### With command line\n```commandline\ndownload_images https://example.com --save-folder ./downloaded\n```\n### As Python module\n```python\nimport web_image_downloader\n\nurls = ['https://example.com']\nsave_folder = './downloaded'\nweb_image_downloader.download_images(urls, save_folder)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to download images from the web using web_assets_downloader.",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/arif-x/web-image-downloader",
        "Source": "https://github.com/arif-x/web-image-downloader",
        "Source Code": "https://github.com/arif-x/web-image-downloader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "250d703bf0aff992c3b8e1c6ffb3e67d1c6a2d00fb93e7c025ec32f5e8d202f3",
                "md5": "39f5f1e43cd2eed69ec83aa3d68aa43f",
                "sha256": "e95e7bb141f8c40bc044184f330e0bce220382da50464945bbd43c9f5ea425ca"
            },
            "downloads": -1,
            "filename": "web_image_downloader-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39f5f1e43cd2eed69ec83aa3d68aa43f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2876,
            "upload_time": "2024-05-26T18:43:32",
            "upload_time_iso_8601": "2024-05-26T18:43:32.669048Z",
            "url": "https://files.pythonhosted.org/packages/25/0d/703bf0aff992c3b8e1c6ffb3e67d1c6a2d00fb93e7c025ec32f5e8d202f3/web_image_downloader-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7a886d87deabde4e451627d37f5e7f76cadcbc3a914f552ec3cbbda06faf4bf",
                "md5": "ad7bb473fb618059e96a9e842cc16694",
                "sha256": "40c62ea1c61eb8f323dcebaf7a5f5c28438055c011865084a921c080ead3845b"
            },
            "downloads": -1,
            "filename": "web_image_downloader-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ad7bb473fb618059e96a9e842cc16694",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2057,
            "upload_time": "2024-05-26T18:43:36",
            "upload_time_iso_8601": "2024-05-26T18:43:36.856163Z",
            "url": "https://files.pythonhosted.org/packages/f7/a8/86d87deabde4e451627d37f5e7f76cadcbc3a914f552ec3cbbda06faf4bf/web_image_downloader-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 18:43:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arif-x",
    "github_project": "web-image-downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "web-image-downloader"
}
        
Elapsed time: 0.39637s