pyplt.gui package

Submodules

pyplt.gui.beginnermenu module

class pyplt.gui.beginnermenu.BeginnerMenu(parent)

Bases: tkinter.Toplevel

GUI window containing a simplified PLT experiment set-up menu for beginners.

Extends the class tkinter.Toplevel.

Initializes the BeginnerMenu object.

Parameters:parent (tkinter.Toplevel) – the parent window on top of which this tkinter.Toplevel window will be stacked.

pyplt.gui.mainmenu module

class pyplt.gui.mainmenu.MainMenu(master)

Bases: object

Main menu window widget.

This menu allows the user to select whether to run PLT in a Beginner mode or Advanced mode.

Initializes and populates the main menu window widget.

Parameters:master (tkinter.Tk) – the root window on which the main menu will be displayed.

Module contents

This package contains several modules that manage the Graphical User Interface (GUI) component of PLT.