Flowcode

Easily create flowcharts from textual pseudocode in Word

Supported elements:

  • Start
  • End
  • Operation
  • Subroutine
  • Input/Output
  • Condition

Example flowchart:

s=>start
print=>inputoutput: Print "Hello World!"
e=>end

s->print->e

Output:

Hello World output

Share this project:

Updates