Alternative to colorama, has more colors and ANSI features.
Reason this release was yanked:
Importing this module will result in a ModuleNotFound error.
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:
import huekit
print(huekit.color("red") + "This text is red," + huekit.style("bold") + " And this text is bold!")
import huekit: import the library
huekit.color("red") + "This text is red,": this is huekit's color function. you can concatenate any color to a string that you like, as long as it is in this list:
- black
- red
- green
- brown
- blue
- purple
- cyan
- light_gray
- dark_gray
- light_red
- light_green
- yellow
- light_blue
- light_purple
- light_cyan
- light_white
huekit.style("bold") + " And this text is bold!": this is huekit's style function. you can concatenate any text style to a string that you like, as long as it is in this list:
- bold
- faint
- italic
- underline
- blink
- negative
- crossed
- end
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.1.tar.gz.
File metadata
- Download URL: huekit-0.0.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71b8cb266aa06af78ad23c89e28ffe32017fc617bad8be34a44fbe6a1106b2e0
|
|
| MD5 |
330e972ca2df4479055329789b944fb4
|
|
| BLAKE2b-256 |
7bf9c7a9dba184c9adeae1fa1674927df952c59414df2306906f4fdb4d940d13
|
File details
Details for the file huekit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: huekit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.9 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 |
8a47f6b1c0aa8d60b4e04dd20a1319b5e60ff3c597a319f2ffd8ba0c9c14e874
|
|
| MD5 |
d63612e93a3ad6dcce22bac9352965d8
|
|
| BLAKE2b-256 |
5a96029669887361df72fb16de4914a0467ac3c4ffdde576bcb292b54727f663
|