change color in python
from colorama import *
# install with "pip install coloroma"
init(convert=True)
print(Fore.RED + 'Hello World!')
change color in python
from colorama import *
# install with "pip install coloroma"
init(convert=True)
print(Fore.RED + 'Hello World!')