This little command line tool lets you create markdown-based slides on any topic.
You'll need pandoc
on your system.
python3 -m venv venv
source venv/bin/active
pip install edsl
pip install typer
Put your OpenAI API key in a .env
file like so:
OPENAI_API_KEY=<Your KEY>
Getting help
python auto_slides.py --help
python auto_slides.py --filename 'bees' --topic 'How to keep yourself from getting stung by bees' --num-slides 4