lookatme.output.html_raw module

Output formatter for raw “screenshots” of lookatme as it would appear in a terminal

class lookatme.output.html_raw.HtmlRawScreenshotOutputFormat[source]

Bases: lookatme.output.base.BaseOutputFormat

DEFAULT_OPTIONS = {'cols': 100, 'delay_default': 1000, 'delay_scroll': 100, 'keys': ['show-all'], 'render_images': False, 'rows': 30}
NAME = 'html_raw'
do_format_pres(pres: lookatme.pres.Presentation, output_path: str)[source]
draw_screen_callback(info: Dict[str, Any], canvas: urwid.canvas.Canvas)[source]
class lookatme.output.html_raw.KeypressEmulator(keys: List[str], pres, default_delay: int = 500)[source]

Bases: lookatme.render.html.screenshot_screen.KeypressEmulatorBase

get_default_delay() → int[source]
get_next() → Optional[Tuple[int, int, List[str]]][source]