prysenter

A minimal, text-only, terminal-only presentation runner
Download

prysenter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Charles Nelson
  • Publisher web site:
  • http://git.io/

prysenter Tags


prysenter Description

prysenter is an absolutely minimal, terminal-only, text-only presentation runner. It shows a sequence of strings, centered in your terminal.InstallingDownload and run presenter.py for an example of what it looks like.The python module, colorama, is an optional dependency for colorized output of slides.Color Mappings- f_color maps to colorama.Fore.CODE constant.- b_color maps to colorama.Back.CODE constant.- s_color maps to colorama.Style.CODE constant.A code example is in the Usage section below.UsageCrank the font size on your terminal, run your presentation.New Presentationsfrom prysenter import Prysentationslides = Prysentation(slides=slides).start()Color Examplefrom prysenter import Prysentationslides = Prysentation(slides=slides).start()Timeout ExampleYou can make all your slides advance after a presentation-wide timeout:from prysenter import Prysentation, pechakuchaslides = Prysentation(slides=slides, timeout=pechakucha.timeout).start()Product's homepage


prysenter Related Software