Skip to content

ad-m/flowgen

Repository files navigation

FlowGen

image

image

Documentation Status

Updates

code to flowchart converter.

Features

  • draw flowchart from pseudocode

Example

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:

Rendered diagram

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Code to flowchart converter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published