eda_report.gui#

class eda_report.gui.EDAGUI(master=None, **kwargs)[source]#

Bases: Frame

The blueprint for the tkinter - based graphical user interface to the application.

an image of the graphical user interface

The “Select a file” button launches a file-dialog to navigate to and select a file to analyze.

If a valid file is selected, text-input widgets and a color-picker tool pop up to help set the report’s title, target/groupby variable(optional) and graph color.

Afterwards, a final file-dialog appears to help set the destination for the generated report.

Tip

For help with Tk - related issues, consider visiting TkDocs.