zortazert 8d8fb8ef25 missing line. | 2 rokov pred | |
---|---|---|
.gitignore | 2 rokov pred | |
LICENSE | 2 rokov pred | |
Makefile | 2 rokov pred | |
README.md | 2 rokov pred | |
fortunes.txt | 2 rokov pred | |
snakesay.py | 2 rokov pred |
Snakesay is a less feature rewrite of cowsay in python.
------------------------------
| The more wonderful the |
| meeting, the sadder the |
| parting. - Looker |
------------------------------
\ ___
\ \__| o \
/ \ |
| | o
__| |__ //
|_______|//
\_______//
git clone https://codeberg.org/zortazert/snakesay
cd snakesay
make
make install
In some directory download the fortunes.txt and snakesay.py for windows script. Then search on the internet how to make the directory you installed them in your path.
curl -o snakesay.py https://codeberg.org/zortazert/Python-Projects/raw/branch/main/snakesay/snakesay.py
curl -o fortunes.txt https://codeberg.org/zortazert/Python-Projects/raw/branch/main/snakesay/fortunes.txt
python snakesay.py QUERY
- make a snake say something
python snakesay.py -fortune
- make a snake say a random fortune. Requires requests installed.
python snakesay.py -r QUERY
- randomly selected a tux, cow or snake will say something
python snakesay.py -t QUERY
- a tux will say something
python snakesay.py -s QUERY
- a snake will say something
python snakesay.py -c QUERY
- a cow will say something