MoneyPrinterTurbo Automated Video Generation Tool
TL;DR
MoneyPrinterTurbo is an open-source Python tool that automatically generates short-form and long-form videos from a text topic — including script, stock footage, subtitles, background music, and voiceover — without any manual editing. It automates the entire faceless video creation pipeline (script → footage → captions → music → final render) that content creators typically pay for with expensive SaaS tools, and it runs locally for free with no watermarks.
What it actually is
- What: MoneyPrinterTurbo is an open-source Python tool that automatically generates short-form and long-form videos from a text topic — including script, stock footage, subtitles, background music, and voiceover — without any manual editing.
- Who built it / maintained by: harry0703 (GitHub user harryo703), an independent Chinese developer
- Status: stable
- Why it matters: It automates the entire faceless video creation pipeline (script → footage → captions → music → final render) that content creators typically pay for with expensive SaaS tools, and it runs locally for free with no watermarks.
- How it compares to alternatives:
- InVideo AI
- Pictory
- Synthesia
- Opus Clip
- Fliki
- Steve.ai
- GitHub stars: 90,770 · License: MIT · Archived: no
Links
- Repo: https://github.com/harry0703/MoneyPrinterTurbo
- Docs: https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md
Kickstarter guide
Clone the repository from GitHub (git clone https://github.com/harry0703/MoneyPrinterTurbo) and install Python dependencies via pip install -r requirements.txt. Configure your preferred LLM backend (ChatGPT, Gemini, or a local model) and stock footage API keys in the config file. Alternatively, run it with no local installation using the provided Google Colab notebook. Launch the web UI, enter a topic, choose aspect ratio (vertical for TikTok/Reels or horizontal for YouTube), and generate a finished video in one click.