Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add animation? #16

Closed
blueudp opened this issue Sep 17, 2021 · 1 comment
Closed

add animation? #16

blueudp opened this issue Sep 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@blueudp
Copy link
Owner

blueudp commented Sep 17, 2021

    for c in itertools.cycle(['|', '/', '-', '\\']):
        if done:
            break
        sys.stdout.write('\rloading ' + c)
        sys.stdout.flush()
        time.sleep(0.1)
    sys.stdout.write('\rDone!     ')

add this to fuzzer?

@blueudp blueudp added the enhancement New feature or request label Sep 17, 2021
@blueudp
Copy link
Owner Author

blueudp commented Sep 18, 2021

no necessary

@blueudp blueudp closed this as completed Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant