Skip to content

Instantly share code, notes, and snippets.

@toransahu
Created August 7, 2018 18:07
Show Gist options
  • Select an option

  • Save toransahu/2abcf7b3ce5eaec8fdd971af1a72d66d to your computer and use it in GitHub Desktop.

Select an option

Save toransahu/2abcf7b3ce5eaec8fdd971af1a72d66d to your computer and use it in GitHub Desktop.
red = '\033[91m'
white = '\033[1;97m'
green = '\033[1;32m'
yellow = '\033[1;33m'
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'
end = '\033[1;m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment