Color call your caracal
Project description
Colorcall
Color call your caracal!
Authors
Usage/Examples
from colorcall import green
green("My caracal is green!")
from colorcall import Color, rgb, basic
print(
rgb("Font pink, ", 250, 132, 239),
basic("background is yellow.", Color.yellow, target="background"),
)
from colorcall import FontStyle, rgb, basic
print(basic("This is bold", style=FontStyle.bold))
print(rgb("This is italic", style=FontStyle.italic))
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
colorcall-0.1.1.tar.gz
(2.0 kB
view details)
File details
Details for the file colorcall-0.1.1.tar.gz
.
File metadata
- Download URL: colorcall-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d96c4b115b7f1615ee1d6e215db4acae6e6876e5dbd10f43ae37d1e059f4818 |
|
MD5 | 9cd0dd2776a8962299377ecac36b878b |
|
BLAKE2b-256 | d8fe55043decbee4e1934f674c51f6db58288df48bcb73312fc47d384356f1be |