https://github.com/cs01/pycowsay
A talking cow!
https://github.com/cs01/pycowsay
Last synced: 10 months ago
JSON representation
A talking cow!
- Host: GitHub
- URL: https://github.com/cs01/pycowsay
- Owner: cs01
- License: mit
- Created: 2019-03-26T03:44:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T20:16:44.000Z (about 2 years ago)
- Last Synced: 2025-03-16T05:11:10.407Z (10 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 46
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycowsay
A talking cow!
## Run
Use [pipx](https://github.com/pipxproject/pipx) to run without permanently installing
```
pipx run pycowsay mooo
```
```
>> pipx run pycowsay mooooo
------
< mooooo >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```
## Install
Use [pipx](https://github.com/pipxproject/pipx) to install to isolated environment
```
pipx install pycowsay
```
or
```
pip install pycowsay
```
---
```
>> pycowsay mooooo
------
< mooooo >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```