Console

API

interface imagect.api.console.IConsole[source]

embeding a python console in app

clear()

clears the terminal

printText(text)

show text in console

execute(command)

execute python statement in console

imagect.api.console.get()[source]

IMPL

class imagect.core.console.Console[source]

Bases: object

embeding a python console in app

clear()[source]

clears the terminal

execute(command)[source]

execute python statement in console

printText(text: str)[source]

show text in console