Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 737 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 737 Bytes

Ever wanted to have animating fishes for progress bars in your command-line script?

Ever thought about doing it but then realizing you have better things to do with your time than to write meaningless ASCII animation programs?

Now you can have the best of both worlds: introducing fish, the module that makes any program look awesome while churning away on some good 'ole data.

Usage? Simple enough:

>>> import fish
>>> while churning:
...     churn_churn()
...     fish.animate()

The default fish is a simple bass at a pretty good velocity for an ASCII fish.

Possibilities are endless here, gentlemen:

The only limit is yourself.

-- zombo.com

Fork on GitHub