Skip to content

Instantly share code, notes, and snippets.

View NarmakTwo's full-sized avatar

Kamran NarmakTwo

View GitHub Profile
@NarmakTwo
NarmakTwo / color.py
Created December 18, 2023 20:37 — 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'