Make interactive presentations.
pyslides allows you to create interactive presentations using python code. The output is an html that can be loaded by any browser.
You need to have an internet connection to load the html because pyslides loads cdns
pip install pyslides
pyslide sample-page
pyslides makes it easy to build interactive html presentations:
import pyslides as pys
headers =
slides = pys.Slides()
# Add a slide
slides.add(format='2 column')
pyslides is completely free and open-source and licensed under the MIT license.