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.

Latest Features

  • Manager: Added three new functions to 'CharBox' class, allowing users add new hair colors, eye colors, and names.

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 fancy color names (ex. 'Ebony') into more recognizable formats (ex. 'Ebony' becomes 'Black').
  • 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

Adding Names (session-based)

from charbox import CharBox

CharBox.add_name(new_value="Tyrell", origin="American", is_surname=False, gender="male")
CharBox.add_name(new_value="Arkham", origin="American", is_surname=True, gender="male")

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

Adding Hair Colors (session-based)

from charbox import CharBox

CharBox.add_hair_color(new_value="321", wording="standard", translation="123")

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

Adding Eye Colors (session-based)

from charbox import CharBox

CharBox.add_eye_color(new_value="123", wording="standard", translation="321")

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.com/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.5.tar.gz (3.9 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.5-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: charbox-0.0.5.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for charbox-0.0.5.tar.gz
Algorithm Hash digest
SHA256 8264e9615da55e4c664f013016765e307bef6ea876dac8d0db62b454303d0fea
MD5 092313c62abedda28bdc0f3d845b9956
BLAKE2b-256 aac7df0633fc767dffaaa94c4dc3a74fddd4ac3c88b28e7a68e5455f301694e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: charbox-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for charbox-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4fec81125ca8b8882421cc8bedde90e67a6f14582143b7e544cb4ba8498ffb58
MD5 81ee8a811a5629f176455ce3a7ac8519
BLAKE2b-256 494391c6ad58c1d085a7e03c9e31b670a8be499c227f3050deb8a3a9100bb348

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