Skip to main content

This Python module provides the ability to create captivating character cards based on player data from Honkai Star Rail, obtained through their unique user identifiers (UIDs). StarRailCard streamlines the process of generating personalized character assembly cards, relying on the information provided by players.

Project description

Баннер

StarRailCard

Description:
Welcome to the world of StarRailCard – your magical guide to the universe of Honkai Star Rail! This Python module provides the ability to create captivating character cards based on player data from Honkai Star Rail, obtained through their unique user identifiers (UIDs). StarRailCard streamlines the process of generating personalized character assembly cards, relying on the information provided by players.
  • Easy Installation: Set up StarRailCard in just a few simple steps to start using it without any hassle.
  • Support for Other Programming Languages: StarRailCard provides support for multiple programming languages, making it accessible to a wide range of developers.
  • Color Adaptation: StarRailCard seamlessly adapts its color scheme to match the user's custom images, ensuring a harmonious blend between character cards and background images.
  • Flexible Configuration: Customize StarRailCard according to your preferences with flexible configuration options, allowing you to tailor the generation process to your liking.
  • Multi-Language Support: With support for all languages available in the game, including Ukrainian, StarRailCard can generate character cards in any language.
  • Personalized Character Cards: Create character assembly cards based on specific player data to highlight their uniqueness and individuality.
  • Animation Support: StarRailCard supports animated elements, adding extra vitality and dynamism to character cards.
  • Custom Fonts and Images: Use custom fonts and character images to create character cards with a unique style.
  • Instant Data Update and Retrieval: Get updated character and player profile data instantly, ensuring the information on cards is always up-to-date.
  • Integration with MiHoMo API Wrapper: Seamlessly integrate StarRailCard with the MiHoMo API wrapper for quick access to game and character data.

Api:

You can use the API to generate cards if you are using a different programming language. Documentation

Installation:

pip install starrailcard

Launch:

import asyncio
import starrailcard

async def main():
    async with starrailcard.Card() as card:
        data = await card.creat(700649319, style=2)
    print(data)

asyncio.run(main())
Create a profile card.
import asyncio
import starrailcard

async def main():
    async with starrailcard.Card() as card:
        data = await card.creat_profile(700649319)
    print(data)

asyncio.run(main())

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

starrailcard-2.2.0.tar.gz (172.1 kB view hashes)

Uploaded Source

Built Distribution

starrailcard-2.2.0-py3-none-any.whl (186.7 kB 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