Druk kolorowy i odważny tekst w Pythonie
from termcolor import colored
print(colored('Hello', 'green', attrs=['bold']))
Muhammed Abdulganiyy Ishola
from termcolor import colored
print(colored('Hello', 'green', attrs=['bold']))