muhammadmuzzammil1998/catsay

Cat looks like a bunny

Closed this issue · 4 comments

 _________________
/ I am a cat and  \
\ I meow          /
 -----------------
  (\__/)||
  (•ㅅ•)||
  /    \っ

But still, will redesign the cat to have one more hand and a tail. :)

Open to ideas! 🐱 🐰

 _________________
< Testing cat 123 >
 -----------------
  (\__/)||
_ (•ㅅ•)||
 \/o   \っ

It looks like there are already some established ASCII cat emojis (of course there would be, haha). https://cutekaomoji.com/animals/cats/

I think that using something similar to one of those would stop any bunny/cat confusion.

Perhaps something like this?

-------------------
| Kitty says meow |
-------------------
  /\______/\   ||
 (=^• ⋏ •^=)っ||

Of course, there would exist such a thing 😂 So much potential!
But sadly, most of them aren't supported in the terminal 😞 so it would have to also work on just the ASCII characters.

The one you gave would look like this in ASCII only:

-------------------
| Kitty says meow |
-------------------
  /\_____/\  ||
 (=^* > *^=)>||

ASCII only of #3 (comment)

 _________________________
< I am in ascii only mode >
 -------------------------
   (\__/) ||
_  (*/\*) ||
  \/o   \ >

Also, the length of cat matters, right now it requires 9 characters in total for it to look like the cat is holding a board. catsay suffixes empty whitespace to make message at least 9 characters long so the handle is positioned in the right manner.
Otherwise it would look like this with a short message:

 ____
< Hi >
 ----
  (\__/)||
_ (•ㅅ•)||
 \/o   \っ

But this gives me an idea of having custom cats which users can set. 🎉