A very, very, small package to color the terminal
Project description
kule-ko
The billionth package for terminal colors!
Basic Use
First, do
import kule_ko as k
to put the module in your program.
To color text, it's as simple as calling a variable.
print(f"{k.R}Hello world!{k.RESET})
This will cause the output text to appear red. There are some other functions too, probably.
k.clear()
will clear the screen.
The list of color codes:
B = Black text.
R = Red text.
G = Green text.
Y = Yellow text.
B = Blue text.
M = Magenta text.
C = Cyan text.
W = White text.
UNDERLINE = Underlines.
DOUBLE_UNDERLINE = Double underlines.
CURLY_UNDERLINE = Curly underlines.
BLINK = Blinks the text.
REVERSE = Reverses the text.
HIDDEN = Hides the text.
STRIKETHROUGH = Strikes the text through.
OVERLINE = Overlines the text.
BOLD = Bolds.
DIM = Dims.
ITALIC = Italicizes.
RESET = Resets the formatting.
This project's code will be released on Github soon!
Changelog
1.0.0:
- Release!
1.0.1:
- Added more info to the README
- Added more info to the pyproject.toml (description)
- Added the MIT License
1.1.0:
- Actually made it so you can use the darn thing ☠️
- Rectified a mistake in the README (import as kule_ko, not kule-ko)
1.2.0:
- ACTUALLY made it so you can use the darn thing 😭
1.2.1:
- Fixed a spelling mistake in the README (yor to your)
1.2.2:
- Github is now up!
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 kule_ko-1.2.2.tar.gz.
File metadata
- Download URL: kule_ko-1.2.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63cdc5073a7a54bff9a57bab31fba7eb7f8053b389caf287209ccb0e3bc8f767
|
|
| MD5 |
5b2ffcd1627ab74503245531cab39886
|
|
| BLAKE2b-256 |
2a0dd5ecb2b381d51bb792e324ca9b444eb94639cc8554d1627dd87ec345ccb3
|
File details
Details for the file kule_ko-1.2.2-py3-none-any.whl.
File metadata
- Download URL: kule_ko-1.2.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d005535f2354fdeb8bcf437e344ab4cecd8221d90948f0cefe4190658bd1847
|
|
| MD5 |
579dd60d6bf64f61a1d7b5508b997c29
|
|
| BLAKE2b-256 |
7f21c00f488fcc43614b09bb475d56d60cc264c0519915fdc7a739462f4b9d30
|