zzzerocard


Namezzzerocard JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/DEViantUA/ZZZeroCard
SummaryModule for creating cards with characters from the game Zenless zone zero!
upload_time2024-07-16 06:59:13
maintainerNone
docs_urlNone
authorDeviantUa
requires_python>=3.9
licenseMIT
keywords api generator card hoyolab zenless zone zero zzzero zzzerocard starrailcard
VCS
bugtrack_url
requirements aiofiles aiohttp cachetools numpy Pillow pydantic beautifulsoup4 anyio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src = "https://raw.githubusercontent.com/DEViantUA/ZZZeroCard/main/ReadMe/ZZZBANNER.png" >


# ZZZeroCard

Module for creating cards with characters from the game Zenless zone zero!

----

* [Telegram](https://t.me/enkacardchat)
* [Patreon](https://www.patreon.com/deviantapi)
-----
### Install:

```bash
pip install zzzerocard
```

### Launch:

```py
import zzzerocard
import asyncio 


cookies = {
    "ltoken_v2": "YOU_LTOKEN",
    "ltmid_v2": "YOU_LTMID",
    "ltuid_v2": "YOU_LTUID"
}


#Setting the module settings

client = zzzerocard.ZZZeroCard(
      lang="en", #Language in which you need to receive information
      asset_save= True, #Save card assets | Speeds up creation, takes up storage space
      boost_speed= True, #Save character resources | Speeds up creation, takes up storage space
      cookie= cookies, #information about your cookies from the HoYoLab website
      uid=184551462, #Your game UID
      server= "prod_gf_jp", #ID Server | prod_gf_eu - Europe
      color = {"1181": (88,57,57,255)}, #Set character color
      save= False #Should I save the result?
    )

async def main():
    async with client:
        data = await client.create() 
        print(data)

asyncio.run(m())
```

### Resultat:

<details>
<summary>Resultat Style 1</summary>
 
[![Adaptation][1]][1]
 
[1]: https://github.com/DEViantUA/ZZZeroCard/blob/main/ReadMe/Style_one.png

</details>

# Thank the author for the code: 
* **Patreon**: https://www.patreon.com/deviantapi
* **Ko-Fi**: https://ko-fi.com/dezzso

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DEViantUA/ZZZeroCard",
    "name": "zzzerocard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "api, generator, card, hoyolab, zenless zone zero, zzzero, zzzerocard, starrailcard",
    "author": "DeviantUa",
    "author_email": "deviantapi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/08/10d238552e313e4ee5646a4f10a32153b572518de27ccdc131c4945dc741/zzzerocard-0.1.2.tar.gz",
    "platform": null,
    "description": "<img src = \"https://raw.githubusercontent.com/DEViantUA/ZZZeroCard/main/ReadMe/ZZZBANNER.png\" >\n\n\n# ZZZeroCard\n\nModule for creating cards with characters from the game Zenless zone zero!\n\n----\n\n* [Telegram](https://t.me/enkacardchat)\n* [Patreon](https://www.patreon.com/deviantapi)\n-----\n### Install:\n\n```bash\npip install zzzerocard\n```\n\n### Launch:\n\n```py\nimport zzzerocard\nimport asyncio \n\n\ncookies = {\n    \"ltoken_v2\": \"YOU_LTOKEN\",\n    \"ltmid_v2\": \"YOU_LTMID\",\n    \"ltuid_v2\": \"YOU_LTUID\"\n}\n\n\n#Setting the module settings\n\nclient = zzzerocard.ZZZeroCard(\n      lang=\"en\", #Language in which you need to receive information\n      asset_save= True, #Save card assets | Speeds up creation, takes up storage space\n      boost_speed= True, #Save character resources | Speeds up creation, takes up storage space\n      cookie= cookies, #information about your cookies from the HoYoLab website\n      uid=184551462, #Your game UID\n      server= \"prod_gf_jp\", #ID Server | prod_gf_eu - Europe\n      color = {\"1181\": (88,57,57,255)}, #Set character color\n      save= False #Should I save the result?\n    )\n\nasync def main():\n    async with client:\n        data = await client.create() \n        print(data)\n\nasyncio.run(m())\n```\n\n### Resultat:\n\n<details>\n<summary>Resultat Style 1</summary>\n \n[![Adaptation][1]][1]\n \n[1]: https://github.com/DEViantUA/ZZZeroCard/blob/main/ReadMe/Style_one.png\n\n</details>\n\n# Thank the author for the code: \n* **Patreon**: https://www.patreon.com/deviantapi\n* **Ko-Fi**: https://ko-fi.com/dezzso\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module for creating cards with characters from the game Zenless zone zero!",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/DEViantUA/ZZZeroCard",
        "Repository": "https://github.com/DEViantUA/ZZZeroCard"
    },
    "split_keywords": [
        "api",
        " generator",
        " card",
        " hoyolab",
        " zenless zone zero",
        " zzzero",
        " zzzerocard",
        " starrailcard"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cec36a99fd5b25cb7ed9b6163f81bf3189b275ee7f7d7b6eb4d5a6066ddd845",
                "md5": "0594f0571fad6218c6d8295ff5a4d449",
                "sha256": "f8ec39c2997e4f0c78dedb59b9fd33f7f72abfea4ffdcc061af125d5ea208a0c"
            },
            "downloads": -1,
            "filename": "zzzerocard-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0594f0571fad6218c6d8295ff5a4d449",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 66447,
            "upload_time": "2024-07-16T06:59:11",
            "upload_time_iso_8601": "2024-07-16T06:59:11.849468Z",
            "url": "https://files.pythonhosted.org/packages/7c/ec/36a99fd5b25cb7ed9b6163f81bf3189b275ee7f7d7b6eb4d5a6066ddd845/zzzerocard-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "390810d238552e313e4ee5646a4f10a32153b572518de27ccdc131c4945dc741",
                "md5": "5b79262c497757a948705f327d48b1a2",
                "sha256": "3380f2a737a2c351677caf98ea20c7cf169aaabd531aa91053a5fbd61227f456"
            },
            "downloads": -1,
            "filename": "zzzerocard-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5b79262c497757a948705f327d48b1a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 61186,
            "upload_time": "2024-07-16T06:59:13",
            "upload_time_iso_8601": "2024-07-16T06:59:13.760306Z",
            "url": "https://files.pythonhosted.org/packages/39/08/10d238552e313e4ee5646a4f10a32153b572518de27ccdc131c4945dc741/zzzerocard-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 06:59:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DEViantUA",
    "github_project": "ZZZeroCard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiofiles",
            "specs": []
        },
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "cachetools",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "anyio",
            "specs": []
        }
    ],
    "lcname": "zzzerocard"
}
        
Elapsed time: 0.99509s