python change color of print statement in the console code example
Example: print colored text to console python
colored = lambda r, g, b, txt : f"\033[38;2;{r};{g};{b}m{txt}\033[m"
colored = lambda r, g, b, txt : f"\033[38;2;{r};{g};{b}m{txt}\033[m"