Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
from colorama import init, Fore, Style
from collections import OrderedDict
import sys
#get content
if len(sys.argv) > 1:
name1 = sys.argv[1]
else: