Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python text color

from termcolor import colored
print(colored('python', 'green', attrs=['bold']))
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #python #text #color
ADD COMMENT
Topic
Name
7+6 =