Last updated:
0 purchases
colorpie 1.0.0
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!'))
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.