colors module

colors.back = {'black': '\x1b[40m', 'blue': '\x1b[44m', 'cyan': '\x1b[46m', 'green': '\x1b[42m', 'light_black': '\x1b[100m', 'light_blue': '\x1b[104m', 'light_cyan': '\x1b[106m', 'light_green': '\x1b[102m', 'light_magenta': '\x1b[105m', 'light_red': '\x1b[101m', 'light_white': '\x1b[107m', 'light_yellow': '\x1b[103m', 'magenta': '\x1b[45m', 'red': '\x1b[41m', 'reset': '\x1b[49m', 'white': '\x1b[47m', 'yellow': '\x1b[43m'}

This Is back Dictionary That Contains Lots Of Colors That You Can Use For Background Of Text’s Color!

colors.fore = {'black': '\x1b[30m', 'blue': '\x1b[34m', 'cyan': '\x1b[36m', 'green': '\x1b[32m', 'light_black': '\x1b[90m', 'light_blue': '\x1b[94m', 'light_cyan': '\x1b[96m', 'light_green': '\x1b[92m', 'light_magenta': '\x1b[95m', 'light_red': '\x1b[91m', 'light_white': '\x1b[97m', 'light_yellow': '\x1b[93m', 'magenta': '\x1b[35m', 'red': '\x1b[31m', 'reset': '\x1b[39m', 'white': '\x1b[37m', 'yellow': '\x1b[33m'}

This Is fore Dictionary That Contains Lots Of Colors That You Can Use For Text Color!