Skip to content

Instantly share code, notes, and snippets.

@thorsummoner
Created October 31, 2018 08:42
Show Gist options
  • Save thorsummoner/3fb59269704519f673070d3e0df7158c to your computer and use it in GitHub Desktop.
Save thorsummoner/3fb59269704519f673070d3e0df7158c to your computer and use it in GitHub Desktop.
python3 <(printf "import pyfiglet, re, sys, pytz, datetime, time\nwhile True:\n\tprint('\\033[1;1H{}'.format(pyfiglet.Figlet(font=sys.argv[1], width=float('inf')).renderText(' '.join(str(pytz.timezone('utc').localize(datetime.datetime(year=2018, month=10, day=31, hour=23, minute=59, second=59)) - pytz.timezone('America/Los_Angeles').localize(datetime.datetime.now()))))))\n\ttime.sleep(0.02)\n") univers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment