Skip to content

Instantly share code, notes, and snippets.

@usmanity
Created April 4, 2017 05:34
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 usmanity/c37b676da734a9fa4a8fec95de4c7986 to your computer and use it in GitHub Desktop.
Save usmanity/c37b676da734a9fa4a8fec95de4c7986 to your computer and use it in GitHub Desktop.
loading indicator in python for CLI tools
while True:
for i in ["/", "-", "|", "\\", "|"]:
print "%s\r" % i,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment