How I can use python termcolor with HEX? I want make something such this:
print(colored('hello', HEX="#eb3434"))
In terminal
Then take a look at colorama if external module is option. It works in many operating systems, it support named color, but I do not know if it does support CSS hex codes.
In terminal
Then take a look at colorama if external module is option. It works in many operating systems, it support named color, but I do not know if it does support CSS hex codes.