Framer AI AgentsDesign and publish professional sites with AI
Promoted
Maker
📌
Cowser is a command-line tool (and Python library) that wraps a message in a
speech or thought bubble and prints it above a randomly chosen animal. It
supports 35 built-in animals, cowsay-style moods, colors, fortunes,
interactive REPL sessions, and user-supplied art packs - while staying a
pure, side-effect-free function you can also call from your own code.
Top features:
- 35 animals in 12 categories (cows, cats, owls, dragons, unicorns, ghosts...)
- Speech and thought bubbles, cowsay-style moods, custom eyes and tongues
- Rainbow, bold, and 17 ANSI colors with a legacy-console fallback
- Random fortunes, side-by-side animal pairs, interactive REPL
- Art packs: drop .cow / .txt / .art files in a folder and they load
automatically (classic cowsay cowfiles supported)
- Reproducible output with --seed
- Config file defaults at ~/.config/neostore/cowser/config.toml
- Zero runtime dependencies on Python 3.11+
- Pure, fully type-hinted library surface (cowser.api)
Install: pip install cowser
Docs: https://rkriad585.github.io/Cowser/
Repo: https://github.com/rkriad585/Cowser
Made by: rkriad585