df_script_viewer is python module add-on for Dialog Flow Framework, a free and open-source software stack for creating chatbots, released under the terms of Apache License 2.0.
Using DF Script Viewer, you can get a visual representation of the plot that you are working on at any time. This feature gives you more control over the development process.
df_script_viewer allows you to ...
pip install df_script_viewer
Get a DFF project project plot as a static image:
df_script_viewer.image ./examples/python_files/main.py ./examples/python_files/ ./plot.png
View the project plot on a local Dash server:
df_script_viewer.server ./examples/python_files/main.py ./examples/python_files/
Please refer to CONTRIBUTING.md.