Skip to content

Instantly share code, notes, and snippets.

@colobas
Created January 16, 2018 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colobas/9784436f2bc142ac7b6a6bc4416e5939 to your computer and use it in GitHub Desktop.
Save colobas/9784436f2bc142ac7b6a6bc4416e5939 to your computer and use it in GitHub Desktop.
import time, sys
while True:
blah="⡿⣟⣯⣷⣾⣽⣻⢿"
for l in blah:
_ = sys.stdout.write(l)
_ = sys.stdout.flush()
_ = sys.stdout.write('\b')
time.sleep(0.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment