Skip to content

Instantly share code, notes, and snippets.

@RobiMez
RobiMez / colors.py
Last active July 14, 2022 11:57
p.o(c.color , text )
"""Add colors to print"""
class C:
black = '\033[30m'
red = '\033[31m'
green = '\033[32m'
yellow = '\033[33m'
orange = '\033[34m'
purple = '\033[35m'
blue = '\033[36m'
white = '\033[37m'