Skip to main content

Python version of https://github.com/dvaJi/genshin-data

Project description

Genshin Data

Python version of https://github.com/dvaJi/genshin-data.

Installation

pip install git+https://github.com/Victorsitou/genshin-data

Usage

from genshin_data import GenshinData, Language
import asyncio


async def main():
    data = GenshinData(Language.spanish)
    characters = await data.characters()

    for i, character in enumerate(characters):
        print(f"{i + 1}: {character.name}")


if __name__ == "__main__":
    asyncio.run(main())

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

genshin-data-0.1.0.tar.gz (11.9 MB view hashes)

Uploaded Source

Built Distribution

genshin_data-0.1.0-py3-none-any.whl (12.1 MB view hashes)

Uploaded Python 3

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