Skip to main content

WuWaImaGen - is a Python module that allows you to generate images for projects based on the game Wuthering Waves

Project description

Баннер

WuWaImaGen.py

WuWaImaGen - is a Python module that allows you to generate images for projects based on the game Wuthering Waves

Possibilities:

  • Generate card Gacha
  • Counting Gacha history
  • Automatically receive a link to the journal
  • Counting history
  • Generating a calendar of events in the game

Helpful information:

Install:

pip install wuwaimagen

Launch:

import asyncio
import wuwaimagen

'''
This example allows you to generate a gacha card and calculate your luck.
More examples here: https://github.com/Wuthery/WuWaImaGen.py/tree/main/Example
'''

client = wuwaimagen.ClientWuWa(assets=True)

async def main():    
    async with client:
        data = await client.get_gacha_info("YOU_LINK", 1, lang= 'en', generator=True)
        for key in data.data:
            icon = await key.get_icon()
            if key.typeRecord == 1:
                print(f"==[{key.resourceType}] ({key.qualityLevel}) {key.name} - {key.time} [{key.drop}]\nICON: {icon.icon}\nBANNER: {icon.banner}\n")
            else:
                print(f"[{key.resourceType}] ({key.qualityLevel}) {key.name} - {key.time}[{key.drop}]\nICON: {icon.icon}\n")
        
        print(f"Total Spin: {data.info.total_spin}\nAstrite: {data.info.astrite}\n==|Five Stars: {data.info.five_stars.resonator} | {data.info.five_stars.weapon}\n==|Four Stars: {data.info.four_stars.resonator} | {data.info.four_stars.weapon}\n==Three Stars: {data.info.three_stars.weapon}")
        print(f"Card: {data.card}")

                
asyncio.run(main())

[!NOTE]
The module is still under development, this is not the final version, so stay tuned for updates

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

wuwaimagen-0.1.3.tar.gz (130.1 kB view details)

Uploaded Source

Built Distribution

wuwaimagen-0.1.3-py3-none-any.whl (139.2 kB view details)

Uploaded Python 3

File details

Details for the file wuwaimagen-0.1.3.tar.gz.

File metadata

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

File hashes

Hashes for wuwaimagen-0.1.3.tar.gz
Algorithm Hash digest
SHA256 df5f7fa558804dcdd8eef632ca15f9819c814cf42645a483131b3f085701f10a
MD5 46cbaf2e9938efc17070bfd6b145971b
BLAKE2b-256 aa6d3cc842bfd011dd1f5334551c76d838633d8e61d50038861947d4205fc678

See more details on using hashes here.

File details

Details for the file wuwaimagen-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: wuwaimagen-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 139.2 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 wuwaimagen-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f4225b18976c1eac5581771449bd9766355f4f137b50418f3eb7d4d5e76291e2
MD5 50acaf8d5736ab2f866bb67d45685c6f
BLAKE2b-256 e74547329a6919fd86d7e21878808dcf05d3999c5d97a07dca955f68f0e8ab5a

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