Skip to content

Pseudo is a translator that allows CAIE students to practice writing code on a computer instead of on paper.

License

Notifications You must be signed in to change notification settings

NimuthuGanegoda/pseudocode-compiler

 
 

Repository files navigation

Pseudo

GitHub repo size

Pseudo is a translator that allows CAIE students to practice writing code on a computer instead of on paper.

Requirements

Pseudo translates pseudocode to Python, therefore the following are necessary:

  • Python version 3.x (click here for installation guide)
  • A GUI that can run Python code (such as Visual Studio Code and Atom)

Installation

  • Fork or download this repository and save it locally on your machine
  • Create a .txt or .psc file in the /Source Code/ folder
  • The current default file name is 'console.psc' but you can rename it to anything else in main.py -> line 7
  • Write down your pseudocode in the file you just created and run main.py to translate it and give an output!

Documentation

Please refer to the Wiki in this repository or click here for detailed documentation and guides

About

Pseudo is a translator that allows CAIE students to practice writing code on a computer instead of on paper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%