My favorite is Beams (the one at the very top of the page), reminds me of MGS1 “game over” screen animation a lot.
Re: TTE: Terminal Text Effects
#11This is great, thanks!
11–20 of 279 posts
My favorite is Beams (the one at the very top of the page), reminds me of MGS1 “game over” screen animation a lot.
self.move_cursor_to_top()
sys.stdout.write(output_string)
sys.stdout.flush()This is amazing! Please never ever use it in production.
In a similar vein in Emacs: M-x zone Every time you run it, it triggers a random screen saver effect. Fun when it's on a timer and triggers so your work colleagues wonder wth is going on.
I remember dumping an entire day into something resembling Spider-Man. Was very exciting when a sysop put my work into their login sequence.
This is amazing! Please never ever use it in production.