colorama icon indicating copy to clipboard operation
colorama copied to clipboard

How about a simple replacing/adding a color on a string interface

Open kootenpv opened this issue 6 years ago • 0 comments

Interface:

s = "some special text"
colorama.replace("special", Fore.RED, s)

In this case, it will replace "special" with Fore.RED + "special" + Fore.RESET.

kootenpv avatar Nov 26 '18 20:11 kootenpv