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!
To install meowspeak, use pip:
pip install meowspeakOnce installed, you can use the meowspeak command directly in your terminal. Here's how you can use it:
meowspeak "Hello, world!"This will display the message "Hello, world!" in a speech bubble coming from a random ASCII cat.
To use a specific cat, use the --cat option followed by the cat's index:
meowspeak "This is a cool cat!" --cat 1To view all available cats and their indices, use the --list option:
meowspeak --listYou can customize the width of the speech bubble using the --width option. For example:
meowspeak "This is a really long message that needs wrapping" --width 30 ________
< Hello! >
--------
/\_/\
( o.o )
> ^ <Feel free to fork the repository and submit issues or pull requests. Contributions are always welcome!
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.