Last active
September 14, 2018 17:33
-
-
Save techb/e2a25856a004639078d1cb7e9de8045f to your computer and use it in GitHub Desktop.
colored feedback boxes when creating cli applications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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