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 is pink, background is purple,", (250, 132, 239), bgcolor=(50, 30, 100)),
basic("background is yellow.", bgcolor=Color.yellow),
)
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.2.1.tar.gz
(2.1 kB
view details)
File details
Details for the file colorcall-0.2.1.tar.gz
.
File metadata
- Download URL: colorcall-0.2.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abdf0176d3834f5911e09d6a6f4c8a07b42077b303ca51a942ba75d289f470c5 |
|
MD5 | e942723cc2fff737ee0b5d8cc02e45a8 |
|
BLAKE2b-256 | aeb44129fb74652659a0b386a65ea40be585eb46d2117c1223e3b63753397086 |