I have a simple code (not using GUI or other complex stuff, just basic code) in python 3 that receives an input from the user. However, I wish the input that gets written on the console to be colored, just as if we used colored from termcolor for the output.
How can I achieve this in a simple way?
EDIT: (See Pic) I want 'This text' that I wrote in the console as input to be colored.