Skip to main content

A Python-powered slideshow maker with steroids.

Project description

Auditorium

PyPI - License PyPI - Python Version PyPI Travis (.org) Codecov Gitter Demo

A Python-powered slideshow creator with steroids.

See the demo at auditorium-demo.apiad.net.

What's this about

Auditorium is a Python-powered slideshow generator. You write pure Python code, and obtain an HTML+JavaScript slideshow (using the amazing reveal.js library). The awesomeness comes from the fact that your Python backend is connected to the slideshow frontend, which allows your slideshow to dynamically change according to user input or automatically.

This opens the door to a few interesting use cases:

  • The slides content itself can be generated by code. For example, long and repetitive sets of slides can be automatically generated, or tables and graphs embedded in slides can be generated on-the-fly with matplotlib, bokeh, altair, plotly, or any visualization package that produces HTML output.
  • You can insert components in the slides that respond to user input, and execute a Python code in response. For example, you can generate an interactive graph that can be modified by moving sliders in a slideshow.
  • You can create beautiful animations with simple Python code, that automatically play on a slide, using visualization libraries or simple HTML markup.

And all of this without writing a single line of HTML or JavaScript.

Alternatively, if you need little to no Python code, you can author your slideshow in pure Markdown and add some Python sprinkless here and there when necessary.

Installation

Simply run:

pip install auditorium[server]

To see a quick demo run:

auditorium demo

And point your browser at localhost:6789.

Quick Start and Tutorials

If you want to quickly grok auditorium, the best option is to look at the demo online and then read the source code. This way you will both see the end result and what effort it takes to get there.

Made with Auditorium

  • Auditorium Demo - a slideshow showcasing the most important features from auditorium.

Your Contributions Here

If you have a slideshow to showcase here, feel free to edit this Readme and send a pull request. Add your website, Github repository, and any other information.

If you feel like sending some support please consider adding a badge somewhere in your website or repository:

<a href="https://apiad.net/auditorium">
    <img alt="Made with Auditorium"
         src="https://img.shields.io/badge/made--with-auditorium-blue">
    </img>
</a>

It looks like this:

Made with Auditorium

History

See the docs.

Collaboration and License

License is MIT, so you know the drill: fork, develop, add tests, pull request, rinse and repeat. See collaboration details in the docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auditorium-19.1.6.tar.gz (2.6 MB view hashes)

Uploaded Source

Built Distribution

auditorium-19.1.6-py3-none-any.whl (2.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page