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)
- Host: GitHub
- URL: https://github.com/humansinput/catlanguage
- Owner: humansinput
- Created: 2020-03-27T15:39:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T19:26:31.000Z (over 5 years ago)
- Last Synced: 2025-05-07T09:12:03.244Z (27 days ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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.