Skip to content

Instantly share code, notes, and snippets.

@badcrc
Created June 23, 2017 17:38
Show Gist options
  • Save badcrc/a6a3eff556da5b14f75aacd3620a45e3 to your computer and use it in GitHub Desktop.
Save badcrc/a6a3eff556da5b14f75aacd3620a45e3 to your computer and use it in GitHub Desktop.
RO-Clippy
from datetime import date
import time
import calendar
def ro_friday():
date_today=date.today()
if calendar.day_name[date_today.weekday()] == 'Friday':
print '\t __'
print '\t/ \ _________________ '
print '\t| | / \ '
print '\t@ @ | Veo que estas |'
print '\t|| || | intentando hacer |'
print '\t|| || <--| un deploy en |'
print '\t|\_/| | RO-Friday |'
print '\t\___/ \_________________/'
print ''
time.sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment