/dialog_flow_script_viewer

Primary LanguagePythonApache License 2.0Apache-2.0

df_script_viewer

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 ... Codestyle Tests License Apache 2.0 Python 3.6, 3.7, 3.8, 3.9

Quick Start

Installation

pip install df_script_viewer

Basic example

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/

Contributing to the df_script_viewer

Please refer to CONTRIBUTING.md.