Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to get colored text in python

from colorama import Fore, Back, Style
print(Fore.RED + "red")
print(Style.RESET_ALL)
Source by www.studytonight.com #
 
PREVIOUS NEXT
Tagged: #How #colored #text #python
ADD COMMENT
Topic
Name
4+5 =