an implementation of the famous CLI app cowsay in Python.
- Python3
python3 cowsay.py
- Type what you want cowsay to say.
- press Ctrl-D.
You can pipe output from one command into this application. Here is an example:
fortune | python3 cowsay.py
an implementation of the famous CLI app cowsay in Python.
python3 cowsay.py
You can pipe output from one command into this application. Here is an example:
fortune | python3 cowsay.py