Skip to content

mccarthyryanc/eddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eddy

Yet another Python progress spinner. Original credit/idea goes to a StackOverflow post.

demo

Example

import eddy
import time

eddy.start()
time.sleep(3)
eddy.stop()

Testing

Use pytest to run through all the presets:

cd eddy
pyest -s

About

Yet another Python progress spinner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages