🐱 PyCat

A cat-themed programming language that makes coding purr-fect!

Write code with cat-themed keywords. Run it anywhere. Have fun! 🎉

😸

Fun Syntax

Use Meow instead of print, CatGets instead of =. Programming should be fun!

Runs Everywhere

Compiles to Python, so it works on Windows, Mac, Linux. Also compiles to single EXE with PyInstaller!

🎮

Learn Through Cats

Perfect for beginners. Cat-themed keywords make programming concepts easy to remember and understand.

✨ Example Code

# 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))

🚀 Quick Start

1. Download

Get the pycat.exe from our GitHub Releases.

2. Create a .pycat file

# hello.pycat
Meow("Hello World!")

3. Run it!

pycat hello.pycat

📚 Language Reference

Basic Keywords

  • Meow → print
  • Beg → input
  • CatGets → =
  • IfHungry → if
  • Otherwise → else

Loops & Functions

  • ForPrey → for
  • WhileChasing → while
  • Defur → def
  • Fetch → return
  • Scratch → break
📖 Full Language Reference