DEV Community

Rizzly Bear
Rizzly Bear

Posted on

Python project, User output text color?

So I’m tasked for a project, to create a simple program with python. One the asks the user to input name, age and favorite color. And then prints a welcome message after. So my issue is I want to have the text change to the users favorite color that they choose. And currently I’m stumped on how or what to make that happen. Any help would be appreciated.

Top comments (1)

Collapse
 
spaceofmiah profile image
Osazuwa J. Agbonze

Check on python's colorama library - it could help

pypi.org/project/colorama/