Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

simple colours python

pip install simple-colors

from simple_colors import *

print(green('hello'))
print(green('hello', 'bold'))
print(green('hello', ['bold', 'underlined']))
 
PREVIOUS NEXT
Tagged: #simple #colours #python
ADD COMMENT
Topic
Name
2+1 =