Library easymacro.py

Tools

Debug

INFO_DEBUG

Show info debug, show in message box.

import easymacro as app

def info():
    app.msgbox(INFO_DEBUG)
    return

Show in shell.

import easymacro as app

def info():
    app.debug(INFO_DEBUG)
    return

Documents

Calc