Skip to content

Instantly share code, notes, and snippets.

@techb
Last active September 14, 2018 17:33
Show Gist options
  • Save techb/e2a25856a004639078d1cb7e9de8045f to your computer and use it in GitHub Desktop.
Save techb/e2a25856a004639078d1cb7e9de8045f to your computer and use it in GitHub Desktop.
colored feedback boxes when creating cli applications.
run = '\033[1;97m[~]\033[1;m'
bad = '\033[1;31m[-]\033[1;m'
good = '\033[1;32m[+]\033[1;m'
info = '\033[1;33m[!]\033[1;m'
que = '\033[1;34m[?]\033[1;m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment