GitHub Repos intermediate 2 min read May 29, 2026
Public Preview Sign in free for the full digest →

MoneyPrinterTurbo: AI Short Video Generator from Prompts

“67,531 stars for a repo that turns a topic into a short video, but issue #884 still flags a 2,066-line service file.”

MoneyPrinterTurbo: AI Short Video Generator from Prompts
1 Views
0 Likes
0 Bookmarks
Source · github.com

“"G4F relies on reverse-engineered third-party endpoints and is not recommended for production." — config.example.toml”

You know that feeling when a 60-second short still takes a pile of small chores: write the script, find clips, record voice, add captions, pick music, and export the final file. MoneyPrinterTurbo targets that exact chain. The before state is a manual editing workflow; the after state is a prompt-to-video pipeline you can run through a Web UI or API. The trade-off is that you now manage API keys, FFmpeg, ImageMagick, subtitle choices, and external media services.

aiopen-sourcepythonvideoshortsllmautomation

Think of it like an assembly line for short videos. You give it a topic or keyword, then it creates or accepts a script, pulls online or local video material, makes speech with TTS, creates subtitles, adds background music, and composes the MP4 with video tooling. The Web UI runs on Streamlit, the API runs on FastAPI, and the video path uses MoviePy, FFmpeg, and ImageMagick. The key idea is orchestration: it connects commodity AI and media tools instead of training its own video model.

01
Prompt-to-video pipeline — you can start from a topic or keyword instead of opening 5 editing tools.
02
Web UI and API — you can test in a browser and still wire video generation into your own backend.
03
Portrait and landscape output — you can target 1080x1920 shorts or 1920x1080 video from the same project.
04
Batch generation — you can create multiple videos and choose the best result instead of betting on a single run.
05
Multiple LLM providers — you can use OpenAI-compatible services, Gemini, Ollama, DeepSeek, Qwen, MiniMax, ERNIE, Pollinations, ModelScope, or LiteLLM paths from the config.
06
Subtitle provider choice — you can pick faster Edge mode or slower Whisper mode when you need more reliable captions.
07
Docker and manual setup — you can run it through Docker or install with Python 3.11 and uv when you need local control.
Who it’s for

If you build content tools, internal marketing automation, or faceless video workflows, this gives you a working reference stack. It fits you if you are comfortable debugging Python services, video binaries, API keys, and model downloads. It is not for you if you need a polished hosted product with verified security posture and no local setup.

Worth exploring

Yes, explore it as a serious experiment or reference repo. The activity signal is strong: 67,531 stars, 52 contributors, a 2026-05-28 release, and a 2026-05-29 push. Do not treat it as production-ready without your own review because the notes include a path traversal CVE for 1.2.6, issue #884 on code complexity, and a documented API regression around `video_transition_mode=null`.

Developer playbook
Tech stack, code snippet, sentiment, alternatives.
PM playbook
Adoption angles, user fit, positioning.
CEO playbook
Traction signals, ROI, build vs buy.
Deep-dive insight
Full long-form analysis, no fluff.
Easy mode
Core idea, fast — when you need the gist.
Pro mode
Technical nuance, edge cases, tradeoffs.
Read the full digest
Go beyond the preview

Deep-dive insight, Easy and Pro modes, plus action playbooks — the full breakdown is one tap away.

Underrated tools. Unfiltered takes.

Read the full digest in the Snaplyze app for deep-dive insight, Easy and Pro modes, and the playbooks you can actually use.

Install Snaplyze →