>> cformat("This is #BLUE;a blue string" reset=False)'This is ::: Networking Software" /> >>,cformat"this,is,#blue;a,blue,string",reset=false'this,is,networking,software,download" />

icolor 1.2

icolor is a tool to print Python strings with interpolated colors.Example:>>> cformat("This is #RED;a red string.")'This is \\x1b[31ma red string.\\x1b[0m'>>> cformat("This is #BLUE;a blue string.", reset=False)'This is...