ansi

How to print RGB colour to the terminal

How to print RGB colour to the terminal Question: Can ANSI escape code SGR 38 – Set foreground color with argument 2;r;g;b be used with print function? Example of use with code 33 is of course OKBLUE = ’33[94m’ I would like to use 038 instead to be able to use any RGB color. Is …

Total answers: 3

What are all the colors for os.system("color ??")

What are all the colors for os.system("color ??") Question: I know a couple… 0 is black f is white a is green example.. os.system(“colora 0a”) I was wondering what other ones there were? Thanks! Asked By: user3525745 || Source Answers: Color attributes are specified by TWO hex digits — the first corresponds to the background; …

Total answers: 1