Markdown and PowerPoint to narration video generator
Project description
slidemovie
Markdown and PowerPoint to Narration Video Generator.
slidemovie is a Python tool that automates the creation of professional narration videos. By combining the structural simplicity of Markdown, the design capabilities of PowerPoint, and the power of AI Text-to-Speech, you can produce high-quality videos without any video editing software.
📚 Documentation
For full tutorials, installation guides, and configuration details, please visit:
👉 https://sekika.github.io/slidemovie/
✨ Features
- Markdown-Based: Write your slide content and narration script in a single text file.
- AI Narration: Automatically generates natural voiceovers using Google Gemini or OpenAI (via
multiai-tts). - PowerPoint Integration: Use PowerPoint's AI "Designer" to create professional visuals instantly.
- No Video Editing: Audio and visuals are automatically synchronized.
- Incremental Builds: Only regenerates changed slides to save time and API costs.
🎥 Demo
Watch a video generated entirely by slidemovie: https://www.youtube.com/watch?v=9ZscwE06Pbo
🚀 Quick Start
1. Install
pip install slidemovie
Note: You also need to install FFmpeg, Pandoc, LibreOffice, and Poppler, and set up your AI API Key (Google or OpenAI). See the documentation for details.
2. Create a Project
Create a Markdown file (e.g., demo.md):
# Slide Title
- Bullet point 1
- Bullet point 2
::: notes
This text will be read aloud by the AI narrator.
:::
3. Generate Slides
Convert Markdown to a draft PowerPoint file:
slidemovie demo -p
Open demo.pptx in PowerPoint, apply a design, and save it.
4. Build Video
Generate the final video with AI narration:
slidemovie demo -v
The output will be saved in movie/demo/demo.mp4.
📄 License
MIT License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slidemovie-0.3.0.tar.gz.
File metadata
- Download URL: slidemovie-0.3.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284e03b49f9ea6ccb43b4c00470289ebddc52b95961cfb69fc6e375330ce6ffb
|
|
| MD5 |
eab987390a3067017fc730bd5f0308f5
|
|
| BLAKE2b-256 |
be90d4cddaecffcf4d5a606a8c9f4beebc3a9cdd737ca4ab8bd79ca41c457e82
|
File details
Details for the file slidemovie-0.3.0-py3-none-any.whl.
File metadata
- Download URL: slidemovie-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b691fb0ca68252b53e65b912e5c0d17e9a387448eda108411bf587ecf95a9f3
|
|
| MD5 |
9bd0234ad93ce9aa9df5ce24d2538f3b
|
|
| BLAKE2b-256 |
4db901954b21bb5ef2e73c90b0366a681bff58436b80fcb5a4c80c4dbb5c480d
|