# MoneyPrinterTurbo — One-Click Short Video Generator > AI-powered end-to-end short video pipeline: topic in, finished video out. Auto-generates script, materials, subtitles, and background music. 53,000+ stars. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/harry0703/MoneyPrinterTurbo.git cd MoneyPrinterTurbo docker compose up -d # Open http://localhost:8501 ``` --- ## Intro MoneyPrinterTurbo automates the entire short video production pipeline — give it a topic, and it generates the script (via LLM), finds matching stock footage, adds AI voiceover, generates subtitles, and combines everything into a ready-to-publish short video. 53,800+ GitHub stars. Supports multiple LLM providers (OpenAI, Gemini, DeepSeek) and TTS services (ElevenLabs, Azure, Edge TTS). **Best for**: Content creators automating short-form video production (TikTok, YouTube Shorts, Reels) **Works with**: Docker, Python 3.10+ **Setup time**: 5 minutes with Docker Part of the [Video AI Toolkit](https://tokrepo.com/en/workflows/c13f8a88-c947-47b6-9364-5f1a43e5b3ea) collection. --- ## Pipeline ``` Topic → LLM (script) → Stock footage search → TTS (voiceover) → Whisper (subtitles) → FFmpeg (assembly) → Final video ``` ## Features - **Multi-LLM**: OpenAI GPT, Google Gemini, DeepSeek, Moonshot, and more - **Multi-TTS**: ElevenLabs, Azure Speech, Edge TTS (free), and more - **Auto footage**: Searches Pexels/Pixabay for matching B-roll - **Auto subtitles**: Word-level captions with customizable styles - **Background music**: Auto-selected or user-specified - **Aspect ratios**: 16:9 (YouTube), 9:16 (Shorts/TikTok), 1:1 (Instagram) - **Batch mode**: Generate multiple videos from a topic list ## Web UI The built-in Streamlit UI lets you configure everything visually — topic, language, voice, style, duration, and export settings. ### FAQ **Q: What is MoneyPrinterTurbo?** A: An open-source tool that generates complete short videos from just a topic. It auto-writes the script, finds footage, generates voiceover and subtitles, and exports a ready-to-publish video. 53,800+ GitHub stars. **Q: Is MoneyPrinterTurbo free?** A: Yes, the tool is MIT-licensed. You may need API keys for LLM and TTS services (some free options like Edge TTS are available). --- ## Source & Thanks > Created by [harry0703](https://github.com/harry0703). Licensed under MIT. > [MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) — ⭐ 53,800+ --- Source: https://tokrepo.com/en/workflows/bbc04f37-2f81-4b82-8a27-2ff21852d060 Author: Script Depot