Terminal color style handler.
Project description
colorpie
Terminal color style handler.
Installation:
python -m pip install [--upgrade] colorpie
Available tools:
from colorpie import Style4Bit, COLORS, HIGHLIGHTS, ATTRIBUTES as ATTRS
style = Style4Bit(
color=COLORS.RED,
highlight=HIGHLIGHTS.BLACK,
attributes=[ATTRS.BOLD, ATTRS.SLOW_BLINK]
)
if __name__ == '__main__':
print(style.format('Hello, World!'))
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
colorpie-1.0.0.tar.gz
(4.6 kB
view details)
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 colorpie-1.0.0.tar.gz.
File metadata
- Download URL: colorpie-1.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab81c6ed6567e0d10932a71186545d0cfa028a39b9dccd07fbf2140404084b3
|
|
| MD5 |
e7dbb3b1b64430478cc0933b49e055dd
|
|
| BLAKE2b-256 |
39cc46ed6914326793051d022718e28f71d0034e94d80667623f125a34ca6964
|
File details
Details for the file colorpie-1.0.0-py3-none-any.whl.
File metadata
- Download URL: colorpie-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af5ec768ee1264d267176f098632cba548918c679c57af20c9b1560f8661f8e9
|
|
| MD5 |
7ee428044af3fd14ba3c2c2e2a5b24e7
|
|
| BLAKE2b-256 |
9738280528095bcdd543076715efdd80d29f8e466d69dc915ab13a5f6d24904e
|