ScriptsMar 29, 2026·2 min read

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.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

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 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. Licensed under MIT. MoneyPrinterTurbo — ⭐ 53,800+

Related Assets