pkgsrc/devel/py-crayons/DESCR
adam 2b62ee6be5 py-crayons: updated to 0.2.0
0.2.0:
Unknown changes
2019-05-15 10:56:23 +00:00

7 lines
410 B
Text

This module is really simple, it gives you colored strings for terminal usage.
Included colors are red, green, yellow, blue, black, magenta, magenta, cyan,
white, clean, and disable.
Crayons is nice because it automatically wraps a given string in both the
foreground color, as well as returning to the original state after the string
is complete. Most terminal color libraries make you manage this yourself.