# fujiwarachoki/moneyprinter

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/fujiwarachoki-moneyprinter).**

13,571 stars · 1,762 forks · Python · MIT

## Links

- GitHub: https://github.com/FujiwaraChoki/MoneyPrinter
- awesome-repositories: https://awesome-repositories.com/repository/fujiwarachoki-moneyprinter.md

## Topics

`automation` `chatgpt` `moviepy` `python`

## Description

MoneyPrinter is an automated short-form video creation pipeline that generates complete YouTube Shorts from a given topic. It combines local LLM-powered script generation with programmatic video assembly, all managed through a database-backed job queue for reliable, restart-tolerant processing.

The system uses an Ollama-powered local language model to write video scripts and metadata entirely on-device, keeping data private and offline. It then produces the final video clip using MoviePy for compositing clips, text, and audio, creating a complete YouTube Shorts video without manual editing. Video generation requests are queued in a database so processing survives restarts and runs reliably.

The project provides a complete end-to-end automation tool that chains local LLM scripting, MoviePy rendering, and queue-based job processing for YouTube Shorts creation.

## Tags

### Graphics & Multimedia

- [Local LLM Video Pipelines](https://awesome-repositories.com/f/graphics-multimedia/video-rendering-pipelines/local-llm-video-pipelines.md) — Creates complete YouTube Shorts by chaining a local LLM for scripting with MoviePy for video rendering.
- [MoviePy Video Generators](https://awesome-repositories.com/f/graphics-multimedia/programmatic-video-generation/moviepy-video-generators.md) — Generates short-form videos programmatically using the MoviePy library for compositing clips, text, and audio.

### Artificial Intelligence & ML

- [Ollama Script Writers](https://awesome-repositories.com/f/artificial-intelligence-ml/ai-application-frameworks/local-on-device-ai/ollama-engine-integrations/ollama-script-writers.md) — Writes video scripts and metadata by querying a local Ollama language model, keeping all data processing on-device.
- [Short-Form Video Generation](https://awesome-repositories.com/f/artificial-intelligence-ml/short-form-video-generation.md) — Creates complete YouTube Shorts videos from a topic, including script, visuals, and final clip. ([source](https://cdn.jsdelivr.net/gh/fujiwarachoki/moneyprinter@main/README.md))
- [Programmatic Video Compositors](https://awesome-repositories.com/f/artificial-intelligence-ml/video-generation/video-clip-generators/programmatic-video-compositors.md) — Produces video clips programmatically with MoviePy, handling composition, effects, and export.

### Content Management & Publishing

- [Local LLM Script Writers](https://awesome-repositories.com/f/content-management-publishing/dynamic-text-generation/ai-content-generators/local-video-generators/local-llm-script-writers.md) — Writes video scripts and metadata using a local Ollama model, keeping all data processing on-device. ([source](https://cdn.jsdelivr.net/gh/fujiwarachoki/moneyprinter@main/README.md))
