https://github.com/memergamer/meowspeak
cowsay but with cats
https://github.com/memergamer/meowspeak
catsay cli-app cowsay idk meow meowspeak purr tui
Last synced: 2 months ago
JSON representation
cowsay but with cats
- Host: GitHub
- URL: https://github.com/memergamer/meowspeak
- Owner: MemerGamer
- License: gpl-3.0
- Created: 2025-01-07T12:45:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:29:34.000Z (5 months ago)
- Last Synced: 2025-03-01T04:48:14.694Z (3 months ago)
- Topics: catsay, cli-app, cowsay, idk, meow, meowspeak, purr, tui
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meowspeak
`meowspeak` is a fun Python package that lets you display messages "spoken" by ASCII art cats. Whether you're sending a simple message or just want to add a bit of whimsy to your terminal output, `meowspeak` lets you do so in style!
## Installation
To install `meowspeak`, use `pip`:
```bash
pip install meowspeak
```## Usage
Once installed, you can use the `meowspeak` command directly in your terminal. Here's how you can use it:
### Display a message with a random cat:
```bash
meowspeak "Hello, world!"
```This will display the message `"Hello, world!"` in a speech bubble coming from a random ASCII cat.
### Choose a specific cat:
To use a specific cat, use the `--cat` option followed by the cat's index:
```bash
meowspeak "This is a cool cat!" --cat 1
```### List all available cats:
To view all available cats and their indices, use the `--list` option:
```bash
meowspeak --list
```### Customize the message width:
You can customize the width of the speech bubble using the `--width` option. For example:
```bash
meowspeak "This is a really long message that needs wrapping" --width 30
```## Example Output
```bash
________
< Hello! >
--------
/\_/\
( o.o )
> ^ <
```## Contributing
Feel free to fork the repository and submit issues or pull requests. Contributions are always welcome!
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.