Skip to main content

CharBox is a Python library that generates random character attributes, including names, hair colors, and eye colors. It supports multiple name origins and offers standard and fancy variations for hair and eye colors.

Project description

CharBox

CharBox Logo
A powerful character attribute generator for Python.

Overview

CharBox is a Python library that generates random character attributes, including names, hair colors, and eye colors. It supports multiple name origins and offers standard and fancy variations for hair and eye colors.

Features

  • Generate realistic or fantasy-inspired names.
  • Choose names based on gender and origin (American, Japanese, Korean, German, Russian).
  • Generate standard or fancy hair and eye colors.
  • Translate complex color names into readable formats.
  • Simple initialization and usage.

Installation

Install CharBox via pip:

pip install charbox

Usage

Initializing the Library

Before using CharBox, you must initialize it:

import charbox
charbox.init()

Generating Names

from charbox import Name

# Generate a first name
first_name = Name.generate_first_name(gender="male", origin="Japanese")
print(first_name)  # Example Output: Haruto

# Generate a last name
last_name = Name.generate_last_name(origin="American")
print(last_name)  # Example Output: Smith

# Generate a full name
full_name = Name.generate_name(gender="female", origin="Russian")
print(full_name)  # Example Output: Anastasia Ivanova

Generating Hair Colors

from charbox import HairColor

# Generate a standard hair color
hair_color = HairColor.generate_hair_color(wording="standard")
print(hair_color)  # Example Output: Chestnut

# Generate a fancy hair color
fancy_hair_color = HairColor.generate_hair_color(wording="fancy")
print(fancy_hair_color)  # Example Output: Sapphire

# Translate a fancy hair color to a readable format
translated_hair_color = HairColor.translate("Sapphire")
print(translated_hair_color)  # Example Output: Blue

Generating Eye Colors

from charbox import EyeColor

# Generate a standard eye color
eye_color = EyeColor.generate_eye_color(wording="standard")
print(eye_color)  # Example Output: Green

# Generate a fancy eye color
fancy_eye_color = EyeColor.generate_eye_color(wording="fancy")
print(fancy_eye_color)  # Example Output: Amethyst

# Translate a fancy eye color to a readable format
translated_eye_color = EyeColor.translate("Amethyst")
print(translated_eye_color)  # Example Output: Purple

License

This project is licensed under the MIT License. See LICENSE for details.

Author

Developed by Taireru LLC. Check out our other projects at https://tairerullc.vercel.app/pages/products.

Contributing

Contributions are welcome! Feel free to submit a pull request or report issues in the repository.

Support

For support, please contact us via email or visit our website.


Enjoy using CharBox? Give us a star on GitHub!

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

charbox-0.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

charbox-0.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file charbox-0.0.1.tar.gz.

File metadata

  • Download URL: charbox-0.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.2

File hashes

Hashes for charbox-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8a54c68341c9847e0772a82d124c77d9e982cd022f11a841c3f8a68bddb73c57
MD5 153a74e0f6658f81dce6ff8a648b1815
BLAKE2b-256 761011a2adad7a56d5171be3306cab6dbeabbd39a86b233d0ece59399ee90d64

See more details on using hashes here.

File details

Details for the file charbox-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: charbox-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.2

File hashes

Hashes for charbox-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db1c6ef053b7231ef629bf60cb59f8c02fa8b845f402c83579936c1c58960e66
MD5 271c9798d95f3ad1f6a78e10c5b1f416
BLAKE2b-256 99814ffef8aef5e4ecac6c5526cce62e91fb73d4189fa9b4668a0882f820b999

See more details on using hashes here.

Supported by

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