NewFunctionsPYC


NameNewFunctionsPYC JSON
Version 1.3.2 PyPI version JSON
download
home_page
Summary:A simple library for add new functions the Pycord
upload_time2023-03-21 21:22:48
maintainer
docs_urlNone
authorMarciel404
requires_python>=3.9
licenseMIT
keywords pycord betterfunctions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NewFunctionsPYC

:A simple library for add new functions the Pycord

## Usage:
### install with pip

```shell
pip install NewFunctionsPYC
pip install -U git+https://github.com/Marciel404/NewFunctionsPYC (Instable)
```

### Import on your code:

```python
import NewFunctionsPYC
```
### Run it
```python

#More exemples in https://github.com/Marciel404/NewFunctionsPYC/tree/main/exemples

Using EmbedBuilder:

    >>> from NewFunctionsPYC import EmbedBuilder
    >>> from hexacolors import stringColor # "pip install hexacolors" for use this
    >>>
    >>> e: EmbedBuilder = EmbedBuilder()
    >>>
    >>> e.set_title("Title")
    >>>
    >>> e.set_description("Description")
    >>>
    >>> e.set_color(stringColor("indigo"))
    >>>
    >>> channel.send(embed = e.build())
    
Using client:

    >>> import NewFunctionsPYC
    >>>
    >>> client = NewFunctionsPYC.client("tokenBot")
    >>>
    >>> client.load_cogs("commands")
    >>>
    >>> client.__run__()
        
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "NewFunctionsPYC",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "Pycord BetterFunctions",
    "author": "Marciel404",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/08/b6/8460b0f50b03a77847ecaeaea81bdb43b1363d5959f1ce35c31d0bcbd1c5/NewFunctionsPYC-1.3.2.tar.gz",
    "platform": null,
    "description": "# NewFunctionsPYC\r\n\r\n:A simple library for add new functions the Pycord\r\n\r\n## Usage:\r\n### install with pip\r\n\r\n```shell\r\npip install NewFunctionsPYC\r\npip install -U git+https://github.com/Marciel404/NewFunctionsPYC (Instable)\r\n```\r\n\r\n### Import on your code:\r\n\r\n```python\r\nimport NewFunctionsPYC\r\n```\r\n### Run it\r\n```python\r\n\r\n#More exemples in https://github.com/Marciel404/NewFunctionsPYC/tree/main/exemples\r\n\r\nUsing EmbedBuilder:\r\n\r\n    >>> from NewFunctionsPYC import EmbedBuilder\r\n    >>> from hexacolors import stringColor # \"pip install hexacolors\" for use this\r\n    >>>\r\n    >>> e: EmbedBuilder = EmbedBuilder()\r\n    >>>\r\n    >>> e.set_title(\"Title\")\r\n    >>>\r\n    >>> e.set_description(\"Description\")\r\n    >>>\r\n    >>> e.set_color(stringColor(\"indigo\"))\r\n    >>>\r\n    >>> channel.send(embed = e.build())\r\n    \r\nUsing client:\r\n\r\n    >>> import NewFunctionsPYC\r\n    >>>\r\n    >>> client = NewFunctionsPYC.client(\"tokenBot\")\r\n    >>>\r\n    >>> client.load_cogs(\"commands\")\r\n    >>>\r\n    >>> client.__run__()\r\n        \r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": ":A simple library for add new functions the Pycord",
    "version": "1.3.2",
    "project_urls": {
        "Homepage": "https://github.com/Marciel404/NewFunctionsPYC"
    },
    "split_keywords": [
        "pycord",
        "betterfunctions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08b68460b0f50b03a77847ecaeaea81bdb43b1363d5959f1ce35c31d0bcbd1c5",
                "md5": "51806b41a233646d22772145f41e1451",
                "sha256": "f6f37a4e5ab3dea13e8f3499cb48bdde16b459bb8529b646c4173ff4fcc8d6e2"
            },
            "downloads": -1,
            "filename": "NewFunctionsPYC-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "51806b41a233646d22772145f41e1451",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5406,
            "upload_time": "2023-03-21T21:22:48",
            "upload_time_iso_8601": "2023-03-21T21:22:48.360565Z",
            "url": "https://files.pythonhosted.org/packages/08/b6/8460b0f50b03a77847ecaeaea81bdb43b1363d5959f1ce35c31d0bcbd1c5/NewFunctionsPYC-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-21 21:22:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Marciel404",
    "github_project": "NewFunctionsPYC",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "newfunctionspyc"
}
        
Elapsed time: 0.15952s