Skip to content

Instantly share code, notes, and snippets.

Created December 31, 2014 20:27
Show Gist options
  • Select an option

  • Save anonymous/05deac3ce1739979892d to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/05deac3ce1739979892d to your computer and use it in GitHub Desktop.
Happy New Year!
import time
import os
def plopp():
time.sleep(0.5)
print("\033[0;0H ")
print( " ")
print( " # ")
print( " ")
print( " ")
print( " ")
time.sleep(0.5)
print("\033[0;0H ")
print( " \ # / ")
print( " - ### - ")
print( " / # \ ")
print( " ")
print( " ")
time.sleep(0.5)
print("\033[0;0H \ / ")
print( " \ # / ")
print( " -- # # -- ")
print( " / # \ ")
print( " / \ ")
print( " ")
time.sleep(0.5)
print("\033[0;0H \ / ")
print( " ")
print( " .~- -~. ")
print( " ")
print( " / \ ")
print( " ")
time.sleep(0.5)
print("\033[0;0H ")
print( " ")
print( " . . ")
print( " . ")
print( " . . ")
print( " . ")
time.sleep(0.5)
def go():
while int(os.popen("date +%s").read().strip()) < 1420066799: #cet of course
#Raclette
pass
plopp()
go()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment