https://github.com/moul/moulsay
  
  
    Egocentric "cowsay" alternative 
    https://github.com/moul/moulsay
  
ascii-art cli cowsay useless
        Last synced: 7 months ago 
        JSON representation
    
Egocentric "cowsay" alternative
- Host: GitHub
 - URL: https://github.com/moul/moulsay
 - Owner: moul
 - License: other
 - Created: 2019-08-17T11:35:07.000Z (about 6 years ago)
 - Default Branch: master
 - Last Pushed: 2025-04-14T20:33:46.000Z (7 months ago)
 - Last Synced: 2025-04-14T21:37:25.013Z (7 months ago)
 - Topics: ascii-art, cli, cowsay, useless
 - Language: Makefile
 - Homepage: https://manfred.life/ascii-art
 - Size: 83 KB
 - Stars: 4
 - Watchers: 2
 - Forks: 1
 - Open Issues: 13
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: .github/CONTRIBUTING.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE-APACHE
 - Code of conduct: .github/CODE_OF_CONDUCT.md
 - Codeowners: .github/CODEOWNERS
 - Security: SECURITY.md
 - Authors: AUTHORS
 
 
Awesome Lists containing this project
README
          # moulsay
:smile: moulsay
[](https://godoc.org/moul.io/moulsay)
[](https://github.com/moul/golang-repo-template/blob/master/COPYRIGHT)
[](https://github.com/moul/moulsay/releases)
[](https://goreportcard.com/report/moul.io/moulsay)
[](https://www.codefactor.io/repository/github/moul/moulsay)
[](https://codecov.io/gh/moul/moulsay)
[](https://microbadger.com/images/moul/moulsay)
[](https://sourcegraph.com/github.com/moul/moulsay?badge)
[](https://manfred.life/)
## Usage
```console
$ moulsay 'Hello World!'
      ++
      ++++
       ++++
     ++++++++++
    +++       |
    ++         |
    +  -==   ==|
   (   <*>   <*>
    |           |
    |         __|
    |      +++
     \      =+
      \      +                             Hello World!
      |\++++++
      |  ++++      ||//
  ____|   |____   _||/__
 /     ---     \  \|  |||
/  _ _  _     / \   \ /
| / / //_//_//  |   | |
```
## Install
### Using go
```console
$ go get -u moul.io/moulsay
```
### Using brew
```console
$ brew install moul/moul/moulsay
```
### Download releases
https://github.com/moul/moulsay/releases
## License
© 2019-2020 [Manfred Touron](https://manfred.life)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`