custom-image-search


Namecustom-image-search JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/NeginBabaiha/image-url-extraction
SummaryA package to search Google Images and extract image URLs.
upload_time2024-08-30 18:30:59
maintainerNone
docs_urlNone
authorNegin Babaiha, Philipp Münker
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Custom Image Search

`custom-image-search` is a Python package that allows users to search for images on Google and extract image URLs along with metadata.

## Features

- Search for images based on a query
- Extract image URLs, thumbnails, and metadata
- Export data to an Excel file

## Installation

```bash
pip install custom-image-search

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeginBabaiha/image-url-extraction",
    "name": "custom-image-search",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Negin Babaiha, Philipp M\u00fcnker",
    "author_email": "neginbabaiha@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/c8/288036613175b3df22f2e53c2d4c7f0f9f7f62ffd16920c4bbb9c38460d8/custom-image-search-0.1.1.tar.gz",
    "platform": null,
    "description": "# Custom Image Search\n\n`custom-image-search` is a Python package that allows users to search for images on Google and extract image URLs along with metadata.\n\n## Features\n\n- Search for images based on a query\n- Extract image URLs, thumbnails, and metadata\n- Export data to an Excel file\n\n## Installation\n\n```bash\npip install custom-image-search\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to search Google Images and extract image URLs.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/NeginBabaiha/image-url-extraction",
        "Homepage": "https://github.com/NeginBabaiha/image-url-extraction"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "108fb8e9011a72421a7d28c19aa66cbfbda94bf522b6bfb52b26057b49996dbb",
                "md5": "2df69fdd27af5fb5204121d88d569f2f",
                "sha256": "f666c7b522845c8f3d7b1880f2ea3a5f19af00d9b5d7ed4d6c3c0ce4c77ef8a7"
            },
            "downloads": -1,
            "filename": "custom_image_search-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2df69fdd27af5fb5204121d88d569f2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3556,
            "upload_time": "2024-08-30T18:30:58",
            "upload_time_iso_8601": "2024-08-30T18:30:58.172713Z",
            "url": "https://files.pythonhosted.org/packages/10/8f/b8e9011a72421a7d28c19aa66cbfbda94bf522b6bfb52b26057b49996dbb/custom_image_search-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4c8288036613175b3df22f2e53c2d4c7f0f9f7f62ffd16920c4bbb9c38460d8",
                "md5": "6360b97eb11b19c7cc9ec5a40e7adc72",
                "sha256": "c947c1fc919d41bfb2169713ed559ffebb421f76a7ed4196b0ff21b8dc941e0e"
            },
            "downloads": -1,
            "filename": "custom-image-search-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6360b97eb11b19c7cc9ec5a40e7adc72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3084,
            "upload_time": "2024-08-30T18:30:59",
            "upload_time_iso_8601": "2024-08-30T18:30:59.021400Z",
            "url": "https://files.pythonhosted.org/packages/f4/c8/288036613175b3df22f2e53c2d4c7f0f9f7f62ffd16920c4bbb9c38460d8/custom-image-search-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 18:30:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeginBabaiha",
    "github_project": "image-url-extraction",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "custom-image-search"
}
        
Elapsed time: 0.43361s