StartGUI

class StartGUI.StartGUI(parent, controller)[source]

Bases: AppWindow

StartGUI is a class that inherits from AppWindow and creates the front page of the Tk app. It has the menu bar from AppWindow and has buttons that allow the user to make a new project or open an existing project.

Parameters:
  • parent (tkinter container) – passed from main to make the tkinter frame.

  • controller (main*) – a reference to main.