It translates Meow's that are in base 4 to text :3 forked from https://github.com/Evelyn3440/Cat2Text
Find a file
2024-11-12 00:19:35 -06:00
.gitignore Mreow :3 2024-11-09 19:44:22 -05:00
base4.py add base4 functions and text-to-cat translation 2024-11-12 00:19:35 -06:00
Cat2Text.py add base4 functions and text-to-cat translation 2024-11-12 00:19:35 -06:00
LICENSE Initial commit 2024-11-06 19:52:16 -05:00
mreow.png Add image 2024-11-09 19:54:11 -05:00
README.md Mreow :3 2024-11-09 19:44:22 -05:00

Cat2Text

Translates cat meows in a sort of base 4 into english with really bad code!

Format

This requires all of your data to add up to the letter number in the english language ex. a = 1, z = 26. The data is practically in base 4 where meow = 0 mrrp = 1 mreow = 2 and mrow = 3, you do need leading 0's btw.

An example would be Meow mreow mrrp; meow mrow meow meow mrow mrow mrrp mrrp mreow meow mrrp mrrp; meow meow mrow meow meow mrrp mrrp mrrp meow mrrp meow mrow. Which converts to "i love cats"

More could be added on later but for now this is all.