The classic talking animal program — with 4 animals, rainbow colors, and zero dependencies. Pure Python nostalgia.
evtool cowsay is the classic Unix cowsay reimplemented in pure Python — with extra animals and rainbow color mode. Pipe any text and watch a cow (or tux, dragon, whale) say it. Pairs with evtool ascii-banner and evtool fortune for full retro terminal experience.
$ evtool cowsay "evolver-tools has 261 tools!"
_________________________
< evolver-tools has 261 tools! >
-------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/
||----w |
|| ||
$ evtool cowsay --animal tux "Hello from Linux!"
_________________
< Hello from Linux! >
-----------------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
$ evtool cowsay --rainbow "Look, colors!" # Output with ANSI rainbow colors — red, orange, yellow, green, blue, purple cycling
$ evtool fortune | evtool cowsay --animal whale
$ echo "Welcome to the server!" | evtool cowsay --rainbow
$ evtool cowsay -a dragon --rainbow "v38.0.23 released"
Cow, penguin (tux), dragon, and whale — all built-in.
ANSI color cycling across the whole spectrum.
No perl, no ruby, no gem install. Pure Python stdlib.
Works on Windows, macOS, Linux — unlike classic cowsay.
This is just one of 261 zero-dependency CLI tools in the evolver-tools package.
One pip install gives you CSV analysis, JSON tools, network diagnostics, ASCII art, and more.