Color Python

EMBED

Mon Sep 05 2022 04:42:08 GMT+0000 (Coordinated Universal Time)

Saved by @Bloxy #python


def color(r, g, b, text): return "\033[38;2;{};{};{}m{} \033[38;2;255;255;255m".format(r, g, b, text)