https://github.com/yttehs-hdx/daolisay
Cowsay implements for shuodedaoli
https://github.com/yttehs-hdx/daolisay
cowsay
Last synced: 9 months ago
JSON representation
Cowsay implements for shuodedaoli
- Host: GitHub
- URL: https://github.com/yttehs-hdx/daolisay
- Owner: Yttehs-HDX
- License: mit
- Created: 2024-12-05T15:54:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T05:22:31.000Z (12 months ago)
- Last Synced: 2024-12-06T06:22:49.069Z (12 months ago)
- Topics: cowsay
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daolisay
Cowsay implements for shuodedaoli
## Usage
0. Install `python3` `jieba (pip)`
1. Add binary to **PATH**
```bash
source /path/to/repo/bin/env
```
2. Run the command
```bash
daolisay -f shuodedaoli -d "韭菜盒子"
```
> -f options: shuodedaoli, lizitou
Result:
```txt
+--------------------------------------+
| 韭菜盒子 |
+--------------------------------------+
\/
__________
__/-----___--\
__/ \ \
_/ \ __/ |
_/ _/\ |
/ _/ \_ |
/ \ _/ |
/ ___ \__/ |
/ | _\___ |
/ | |\___\__________ |
/ | \| | \________ | |
/ | \_|_| | | | | | |
/ | \ \_|_|_|/ | |
/ | \______// / |
/ \ |_|_|// / /
/ \ / /
/_______________\__________/__________/
```
## Contribution
If you want to add new ascii image, fix current image, or provide better code implementing, just open PR.
## License
MIT