An open API service indexing awesome lists of open source software.

https://github.com/humansinput/catlanguage

Talk to cats in their native language (obviously, this program is for entertainment purposes only)
https://github.com/humansinput/catlanguage

Last synced: 18 days ago
JSON representation

Talk to cats in their native language (obviously, this program is for entertainment purposes only)

Awesome Lists containing this project

README

        

= Cat Language

This is a little just for fun program that I made that encodes English and Russian text into so-called Cat Language.

Example:

[source]
----
meooow meow, mew meew, mow meow, purr mow, mew meoooow, purrr, mew meew, mow meow, purr, purrr, mew meoooow, purr mow, mow, meow, mew meoooow, mew shhhh, purr mow, meoow, mew meew, mew meoow, purrr meooow, mew meoooow, purr mow, purrr, meow, mow mew, meew, purr mow, mew meoooow, purrr, meew, shhhh, mew purrr, purr mow, mew shhhh, mew meooow, mew meew, mew meow, meew, mew meoow, purr mow, mew mew, meow, mew meoow, purr, mow meow, meow, purr, meew, purr meooow, purr mow, meooow meow, mew meew, mow meow, purrr meooow, mew purrr, meew, purr mow, mow mow, mew purrr, mew meew, mew meoow, purr, purr meoow, purr mow
----

says:

[source]
----
You thought cats don't have their spoken language? You're wrong.
----

== What is Cat Language anyway?
Cat Language is a fictional language that only consists of the words ``meow``, ``purr``, ``shh`` and ``mew`` (all of them are cat sounds). It is not real, it is a joke language and it was made just to entertain the author of this program.

== GUI usage
1. Install ActiveTcl 8.6 or any other kind of Tcl interpreter that is either version 8.5 or 8.6. **DO NOT USE APPLE'S BUNDLED TCLSH. IT IS BROKEN!!!**
2. Run ``tclsh gui.tcl`` to run the GUI.

== CLI usage
1. Install ActiveTcl 8.6 or any other kind of Tcl interpreter that is either version 8.5 or 8.6.
2. Run ``tclsh cattranslate.tcl -e `` to translate your text into Cat Language.
3. Or run ``tclsh cattranslate.tcl -d `` to translate your Cat Language text back to English (or Russian).

== Disclaimer

This program (obviously) was made for fun and for entertainment purposes only. There is no warranty.

== TODO

- Support French and/or Italian languages
- Library docs

== License

As always, MIT License.