Last active
June 22, 2018 18:43
-
-
Save codelahoma/069e1f2b6597ef97c9f69f5b1690c6a4 to your computer and use it in GitHub Desktop.
oh noes ascii art
This file contains 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
from fabric.colors import red, green | |
def _happy(): | |
print(green('\nLooks good from here!\n')) | |
def _sad(): | |
print(red(r''' | |
___ ___ | |
/ /\ /__/\ | |
/ /::\ \ \:\ | |
/ /:/\:\ \__\:\ | |
/ /:/ \:\ ___ / /::\ | |
/__/:/ \__\:\ /__/\ /:/\:\ | |
\ \:\ / /:/ \ \:\/:/__\/ | |
\ \:\ /:/ \ \::/ | |
\ \:\/:/ \ \:\ | |
\ \::/ \ \:\ | |
\__\/ \__\/ | |
___ ___ ___ ___ | |
/__/\ / /\ / /\ / /\ ___ | |
\ \:\ / /::\ / /:/_ / /:/_ /__/\ | |
\ \:\ / /:/\:\ / /:/ /\ / /:/ /\ \ \:\ | |
_____\__\:\ / /:/ \:\ / /:/ /:/_ / /:/ /::\ \ \:\ | |
/__/::::::::\ /__/:/ \__\:\ /__/:/ /:/ /\ /__/:/ /:/\:\ \ \:\ | |
\ \:\~~\~~\/ \ \:\ / /:/ \ \:\/:/ /:/ \ \:\/:/~/:/ \ \:\ | |
\ \:\ ~~~ \ \:\ /:/ \ \::/ /:/ \ \::/ /:/ \__\/ | |
\ \:\ \ \:\/:/ \ \:\/:/ \__\/ /:/ __ | |
\ \:\ \ \::/ \ \::/ /__/:/ /__/\ | |
\__\/ \__\/ \__\/ \__\/ \__\/ | |
Something seems to have gone wrong! | |
You should probably take a look at that. | |
''')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cribbed from http://stevelosh.com/blog/2011/06/django-advice/