mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
This module is really simple, it gives you colored strings for terminal usage. Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
config BR2_PACKAGE_PYTHON_CRAYONS
|
|
bool "python-crayons"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
This module is really simple, it gives you
|
|
colored strings for terminal usage.
|
|
|
|
https://pypi.org/project/crayons
|