<div align="center">
# PicImageSearch
English | [简体中文](docs/zh/README.zh-CN.md) | [Русский](docs/ru/README.ru-RU.md) | [日本語](docs/ja/README.ja-JP.md)
✨ Aggregated Image Search Engine for Reverse Image Search ✨
<a href="https://raw.githubusercontent.com/kitUIN/PicImageSearch/master/LICENSE">
<img src="https://img.shields.io/github/license/kitUIN/PicImageSearch" alt="license">
</a>
<a href="https://pypi.python.org/pypi/PicImageSearch">
<img src="https://img.shields.io/pypi/v/PicImageSearch" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue" alt="python">
<a href="https://github.com/kitUIN/PicImageSearch/releases">
<img src="https://img.shields.io/github/v/release/kitUIN/PicImageSearch" alt="release">
</a>
<a href="https://github.com/kitUIN/PicImageSearch/issues">
<img src="https://img.shields.io/github/issues/kitUIN/PicImageSearch" alt="issues">
</a>
<a href="https://pic-image-search.kituin.fun/">📖 Documentation</a>
·
<a href="https://github.com/kitUIN/PicImageSearch/issues/new">🐛 Submit an Issue</a>
</div>
## Supported Search Engines
| Engine | Website |
|--------------------|--------------------------------------|
| AnimeTrace | <https://www.animetrace.com/> |
| ASCII2D | <https://ascii2d.net/> |
| Baidu | <https://graph.baidu.com/> |
| Bing | <https://www.bing.com/images/search> |
| Copyseeker | <https://copyseeker.net/> |
| E-Hentai | <https://e-hentai.org/> |
| Google | <https://www.google.com/imghp> |
| Google Lens | <https://lens.google.com/> |
| IQDB | <https://iqdb.org/> |
| Lenso (deprecated) | <https://lenso.ai/> |
| SauceNAO | <https://saucenao.com/> |
| Tineye | <https://tineye.com/search/> |
| TraceMoe | <https://trace.moe/> |
| Yandex | <https://yandex.com/images/search> |
## Usage
For detailed information, please refer to the [documentation](https://pic-image-search.kituin.fun/) or [example code](demo/code/).
For `synchronous` usage, import using `from PicImageSearch.sync import ...` .
For `asynchronous` usage, import using `from PicImageSearch import Network,...` .
**Asynchronous usage is recommended.**
### Installation
- Requires Python 3.9 and above.
- Installation command: `pip install PicImageSearch`
- Or use the Tsinghua mirror: `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`
## Star History
[](https://starchart.cc/kitUIN/PicImageSearch)
Raw data
{
"_id": null,
"home_page": null,
"name": "PicImageSearch",
"maintainer": "lleans, chinoll, NekoAria",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "kitUIN <kulujun@gmail.com>",
"keywords": "animetrace, ascii2d, baidu, bing, copyseeker, e-hentai, google, google-lens, iqdb, saucenao, tineye, tracemoe, yandex",
"author": null,
"author_email": "kitUIN <kulujun@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/9b/f1/6fd3a9c43be8bfe2fb71c6fcc0c8c0dad350068a86052d553c261a847b34/picimagesearch-3.12.10.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n# PicImageSearch\n\nEnglish | [\u7b80\u4f53\u4e2d\u6587](docs/zh/README.zh-CN.md) | [\u0420\u0443\u0441\u0441\u043a\u0438\u0439](docs/ru/README.ru-RU.md) | [\u65e5\u672c\u8a9e](docs/ja/README.ja-JP.md)\n\n\u2728 Aggregated Image Search Engine for Reverse Image Search \u2728\n\n<a href=\"https://raw.githubusercontent.com/kitUIN/PicImageSearch/master/LICENSE\">\n <img src=\"https://img.shields.io/github/license/kitUIN/PicImageSearch\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/PicImageSearch\">\n <img src=\"https://img.shields.io/pypi/v/PicImageSearch\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.9+-blue\" alt=\"python\">\n<a href=\"https://github.com/kitUIN/PicImageSearch/releases\">\n <img src=\"https://img.shields.io/github/v/release/kitUIN/PicImageSearch\" alt=\"release\">\n</a>\n<a href=\"https://github.com/kitUIN/PicImageSearch/issues\">\n <img src=\"https://img.shields.io/github/issues/kitUIN/PicImageSearch\" alt=\"issues\">\n</a>\n\n<a href=\"https://pic-image-search.kituin.fun/\">\ud83d\udcd6 Documentation</a>\n\u00b7\n<a href=\"https://github.com/kitUIN/PicImageSearch/issues/new\">\ud83d\udc1b Submit an Issue</a>\n\n</div>\n\n## Supported Search Engines\n\n| Engine | Website |\n|--------------------|--------------------------------------|\n| AnimeTrace | <https://www.animetrace.com/> |\n| ASCII2D | <https://ascii2d.net/> |\n| Baidu | <https://graph.baidu.com/> |\n| Bing | <https://www.bing.com/images/search> |\n| Copyseeker | <https://copyseeker.net/> |\n| E-Hentai | <https://e-hentai.org/> |\n| Google | <https://www.google.com/imghp> |\n| Google Lens | <https://lens.google.com/> |\n| IQDB | <https://iqdb.org/> |\n| Lenso (deprecated) | <https://lenso.ai/> |\n| SauceNAO | <https://saucenao.com/> |\n| Tineye | <https://tineye.com/search/> |\n| TraceMoe | <https://trace.moe/> |\n| Yandex | <https://yandex.com/images/search> |\n\n## Usage\n\nFor detailed information, please refer to the [documentation](https://pic-image-search.kituin.fun/) or [example code](demo/code/). \nFor `synchronous` usage, import using `from PicImageSearch.sync import ...` . \nFor `asynchronous` usage, import using `from PicImageSearch import Network,...` . \n**Asynchronous usage is recommended.**\n\n### Installation\n\n- Requires Python 3.9 and above.\n- Installation command: `pip install PicImageSearch`\n- Or use the Tsinghua mirror: `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`\n\n## Star History\n\n[](https://starchart.cc/kitUIN/PicImageSearch)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PicImageSearch - Aggregator for Reverse Image Search APIs",
"version": "3.12.10",
"project_urls": {
"homepage": "https://github.com/kitUIN/PicImageSearch",
"repository": "https://github.com/kitUIN/PicImageSearch"
},
"split_keywords": [
"animetrace",
" ascii2d",
" baidu",
" bing",
" copyseeker",
" e-hentai",
" google",
" google-lens",
" iqdb",
" saucenao",
" tineye",
" tracemoe",
" yandex"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "df3fc12bdcfe2de42a4a7b96420d7fc8d2b2dfed82d27a2b2e255fa9e358a42a",
"md5": "c559ed192730bdf8f9af6c1b9a2a0b55",
"sha256": "46393481502d9ef7ba89d30c0b798761628b475c0028db9c536a83e7f7c1dd32"
},
"downloads": -1,
"filename": "picimagesearch-3.12.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c559ed192730bdf8f9af6c1b9a2a0b55",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 68291,
"upload_time": "2025-07-12T03:53:58",
"upload_time_iso_8601": "2025-07-12T03:53:58.933537Z",
"url": "https://files.pythonhosted.org/packages/df/3f/c12bdcfe2de42a4a7b96420d7fc8d2b2dfed82d27a2b2e255fa9e358a42a/picimagesearch-3.12.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bf16fd3a9c43be8bfe2fb71c6fcc0c8c0dad350068a86052d553c261a847b34",
"md5": "9c84833d598d9537f01766f207a78dae",
"sha256": "2babdb4205dad6e8e03b69c4d5b7651e26ded7cca9ca8d696aa5af2c89237b01"
},
"downloads": -1,
"filename": "picimagesearch-3.12.10.tar.gz",
"has_sig": false,
"md5_digest": "9c84833d598d9537f01766f207a78dae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 617287,
"upload_time": "2025-07-12T03:54:00",
"upload_time_iso_8601": "2025-07-12T03:54:00.284446Z",
"url": "https://files.pythonhosted.org/packages/9b/f1/6fd3a9c43be8bfe2fb71c6fcc0c8c0dad350068a86052d553c261a847b34/picimagesearch-3.12.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 03:54:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kitUIN",
"github_project": "PicImageSearch",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "mkdocs",
"specs": []
},
{
"name": "mkdocs-material",
"specs": []
},
{
"name": "mkdocs-static-i18n",
"specs": []
},
{
"name": "mkdocstrings",
"specs": []
}
],
"lcname": "picimagesearch"
}