searchx


Namesearchx JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/RedPiarOfficial/searchx/
SummarySearchX is a powerful library for convenient searching.
upload_time2024-10-01 16:51:52
maintainerNone
docs_urlNone
authorRedPiar
requires_python>=3.8
licenseNone
keywords search google bing x translation image-search image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to the documentation for SearchX
[View the full documentation here](https://red-3.gitbook.io/searchx)

SearchX — an alternative to the googlesearch-python library! SearchX provides a simple and efficient interface for performing search queries, image searches, and translations through Google.

## What is SearchX?

SearchX is a library that allows you to integrate the powerful search capabilities of Google into your Python projects. It is designed to provide an intuitive and extendable tool that gives you flexible control over search queries, images, and translations. SearchX simplifies interaction with Google, bypassing the need for bulky APIs.

## Key Features:

- **Search Queries:** Perform standard text search queries via Google.
- **Image Search:** Easily find images that match your queries.
- **Translations:** Use Google Translate to translate text between different languages.
- **Safe Mode:** Enable or disable safe search at your discretion.

## How to Get Started?

To start using SearchX, follow these steps:

### Installation:

Install the library via pip:

```bash
pip install searchx
```
### Usage Example:
Here’s a simple example of how to use SearchX for searching:

```python
from searchx import Client

client = Client()
results = client.search("Python programming")
print(results)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RedPiarOfficial/searchx/",
    "name": "searchx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "search, google, bing, x, translation, image-search, image",
    "author": "RedPiar",
    "author_email": "Regeonwix@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/0f/c0986ce325c4f0eef837b68ccbe19985a8e161a657afac70bc3a5de878aa/searchx-1.0.1.tar.gz",
    "platform": null,
    "description": "# Welcome to the documentation for SearchX\r\n[View the full documentation here](https://red-3.gitbook.io/searchx)\r\n\r\nSearchX \u0432\u0402\u201d an alternative to the googlesearch-python library! SearchX provides a simple and efficient interface for performing search queries, image searches, and translations through Google.\r\n\r\n## What is SearchX?\r\n\r\nSearchX is a library that allows you to integrate the powerful search capabilities of Google into your Python projects. It is designed to provide an intuitive and extendable tool that gives you flexible control over search queries, images, and translations. SearchX simplifies interaction with Google, bypassing the need for bulky APIs.\r\n\r\n## Key Features:\r\n\r\n- **Search Queries:** Perform standard text search queries via Google.\r\n- **Image Search:** Easily find images that match your queries.\r\n- **Translations:** Use Google Translate to translate text between different languages.\r\n- **Safe Mode:** Enable or disable safe search at your discretion.\r\n\r\n## How to Get Started?\r\n\r\nTo start using SearchX, follow these steps:\r\n\r\n### Installation:\r\n\r\nInstall the library via pip:\r\n\r\n```bash\r\npip install searchx\r\n```\r\n### Usage Example:\r\nHere\u0432\u0402\u2122s a simple example of how to use SearchX for searching:\r\n\r\n```python\r\nfrom searchx import Client\r\n\r\nclient = Client()\r\nresults = client.search(\"Python programming\")\r\nprint(results)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SearchX is a powerful library for convenient searching.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/RedPiarOfficial/searchx/"
    },
    "split_keywords": [
        "search",
        " google",
        " bing",
        " x",
        " translation",
        " image-search",
        " image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c98334d4568116e77f74120599dce0cfebba04d3ada8002260a732d0eecc4dd8",
                "md5": "76948461e7986bd1d494abaa2fd1accc",
                "sha256": "758e4a6900e90fd17fe2fa464faa82864bfed5c9857038bebb5e49168c952782"
            },
            "downloads": -1,
            "filename": "searchx-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76948461e7986bd1d494abaa2fd1accc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5786,
            "upload_time": "2024-10-01T16:51:50",
            "upload_time_iso_8601": "2024-10-01T16:51:50.277685Z",
            "url": "https://files.pythonhosted.org/packages/c9/83/34d4568116e77f74120599dce0cfebba04d3ada8002260a732d0eecc4dd8/searchx-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "230fc0986ce325c4f0eef837b68ccbe19985a8e161a657afac70bc3a5de878aa",
                "md5": "5b192032efa0e969a1e81f41324330fd",
                "sha256": "795df65e69075bc42c96695a297bcd90e513f916a50f3637d15884714d40cbb7"
            },
            "downloads": -1,
            "filename": "searchx-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5b192032efa0e969a1e81f41324330fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5060,
            "upload_time": "2024-10-01T16:51:52",
            "upload_time_iso_8601": "2024-10-01T16:51:52.017085Z",
            "url": "https://files.pythonhosted.org/packages/23/0f/c0986ce325c4f0eef837b68ccbe19985a8e161a657afac70bc3a5de878aa/searchx-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 16:51:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RedPiarOfficial",
    "github_project": "searchx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "searchx"
}
        
Elapsed time: 0.35112s