code to flowchart converter.
- Free software: MIT license
- Documentation: https://flowgen.readthedocs.io.
- draw flowchart from pseudocode
It's simple to draw diagram based on simple pseudocode like:
Hello Smith; Ask Smith about coffee; if(Smith want coffee){ Make coffee; // Warning, it might be hot! } // Be nice Let's party!; Good night Smith!;
It was rendered as:
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.