Alternative to colorama, has more colors and ANSI features.
Project description
HueKit
Huekit is a simple package which lets you style and color text. Unlike colorama and other python text color-izers, huekit also lets you style text, and has more color variety than colorama.
How To Use
The following is a code block which will later be explained, showing how to use huekit:
from huekit imort huekit
print(huekit.color("red") + "This text is red," + huekit.style("bold") + " And this text is bold!")
from huekit import huekit: import the library
huekit.color("red") + "This text is red,": this is huekit's color function. For a full list of the avaliable colors, please run huekit.colors().
huekit.style("bold") + " And this text is bold!": this is huekit's style function. For a full list of the avaliable styles, please run huekit.styles()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file huekit-0.0.4.tar.gz.
File metadata
- Download URL: huekit-0.0.4.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a339b911cf09a1dde71d4b05a10a4a33af5f49570ca56b0a90f700cc1b013c5
|
|
| MD5 |
5acc186bde81596aea6647c787437453
|
|
| BLAKE2b-256 |
0e2011121712e65e76e782c063575871ed4f7bd5ba6d6fe3448db21d70147744
|
File details
Details for the file huekit-0.0.4-py3-none-any.whl.
File metadata
- Download URL: huekit-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec844a25ec8e8647d23aa30112a97fe7472b1feb343356bdca7452de652c754f
|
|
| MD5 |
1e617479e973fb121211bfa373abbc0f
|
|
| BLAKE2b-256 |
8cf06f2bc3b5df3f2b150bc567bd37ab17dff71b9190e35f5f78eee7d0d2e55d
|