director.outputconsole module

class director.outputconsole.OutputConsole[source]

Bases: object

addToAppWindow(app, visible=True)[source]
appendText(text, color=None, bold=False)[source]

Add text to the output console. The color arg should be a string that is a valid CSS color string, for example: red, or #FF0000, or rgb(255,0,0).

clear()[source]
scrollToBottom()[source]
scrollToTop()[source]
showDock()[source]