Skip to main content

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

Project description

ZZZeroCard

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



Install:

pip install zzzerocard

Launch:

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:

Resultat Style 1

Adaptation

Thank the author for the code:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zzzerocard-0.1.2.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

zzzerocard-0.1.2-py3-none-any.whl (66.4 kB view details)

Uploaded Python 3

File details

Details for the file zzzerocard-0.1.2.tar.gz.

File metadata

  • Download URL: zzzerocard-0.1.2.tar.gz
  • Upload date:
  • Size: 61.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10

File hashes

Hashes for zzzerocard-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3380f2a737a2c351677caf98ea20c7cf169aaabd531aa91053a5fbd61227f456
MD5 5b79262c497757a948705f327d48b1a2
BLAKE2b-256 390810d238552e313e4ee5646a4f10a32153b572518de27ccdc131c4945dc741

See more details on using hashes here.

File details

Details for the file zzzerocard-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: zzzerocard-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 66.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10

File hashes

Hashes for zzzerocard-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f8ec39c2997e4f0c78dedb59b9fd33f7f72abfea4ffdcc061af125d5ea208a0c
MD5 0594f0571fad6218c6d8295ff5a4d449
BLAKE2b-256 7cec36a99fd5b25cb7ed9b6163f81bf3189b275ee7f7d7b6eb4d5a6066ddd845

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page