Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.43 KB

README.rst

File metadata and controls

62 lines (39 loc) · 1.43 KB

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.