Imprimer du texte coloré et audacieux dans Python

from termcolor import colored
 print(colored('Hello', 'green', attrs=['bold']))
Muhammed Abdulganiyy Ishola