lookatme.pres module

Defines Presentation specific objects

class lookatme.pres.Presentation(input_stream, theme, style_override=None, live_reload=False)

Bases: object

Defines a presentation

reload(data=None)

Reload this presentation

Parameters:data (str) – The data to render for this slide deck (optional)
reload_watcher()

Watch for changes to the input filename, automatically reloading when the modified time has changed.

run(start_slide=0)

Run the presentation!