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:
Create flowcharts from text in Microsoft Word
Easily create flowcharts from textual pseudocode in Word
Supported elements:
Example flowchart:
s=>start
print=>inputoutput: Print "Hello World!"
e=>end
s->print->e
Output:
Log in or sign up for Devpost to join the conversation.