Enter input below.

Reserved words: ['if','if2','endif','then','endthen','else','endelse','endprocess','endflow','none','file','db']

FlowScript

freeflowchart

A tool that creates flowcharts based on text inputs. It doesn't require mouse operations. You can create if-else charts with just simple scripts. If you want to need a simple one this tool would be good for you.

It's easy to use. Firstly fill in the textform with a script refering input examples. Once finished input, press the build button to check the generated chart. You can save the chart as a web page and a pdf either.

Example 2 — Simple if/else

Example 3 — Linear flow

Example 4 — Chained if2 (no else)

Example 5 — Multiple flows with endflow labels