Skip to content

Instantly share code, notes, and snippets.

View CodeFlareLisa's full-sized avatar

Lisa Lenhart CodeFlareLisa

  • United States
View GitHub Profile
@CodeFlareLisa
CodeFlareLisa / color.py
Created June 19, 2023 15:38 — forked from minism/color.py
python terminal colors
# Terminal color definitions
class fg:
BLACK = '\033[30m'
RED = '\033[31m'
GREEN = '\033[32m'
YELLOW = '\033[33m'
BLUE = '\033[34m'
MAGENTA = '\033[35m'
CYAN = '\033[36m'