A cat-themed programming language that makes coding purr-fect!
Write code with cat-themed keywords. Run it anywhere. Have fun! 🎉
Use Meow instead of print, CatGets instead of =. Programming should be fun!
Compiles to Python, so it works on Windows, Mac, Linux. Also compiles to single EXE with PyInstaller!
Perfect for beginners. Cat-themed keywords make programming concepts easy to remember and understand.
# Hello World in PyCat
Meow("Hello from PyCat! 🐱")
# Variables and math
x CatGets 10
y CatGets 3
Meow("10 PlusCat 3 = " CatSpeak(x PlusCat y))
# Conditionals
IfHungry x BiggerCat 5:
Meow("Big number!") # 😺 print
# Loops
ForPrey i InLitterbox CatRange(5):
Meow("Cat #" CatSpeak(i))
Get the pycat.exe from our GitHub Releases.
# hello.pycat
Meow("Hello World!")
pycat hello.pycat
Windows EXE
Meow → printBeg → inputCatGets → =IfHungry → ifOtherwise → elseForPrey → forWhileChasing → whileDefur → defFetch → returnScratch → break