Metadata-Version: 2.4
Name: bonanza-labs-frameforge
Version: 0.1.0
Summary: 🎬 FrameForge — AI Video Generator. Script → Voiceover → Video. Powered by Remotion + Edge-TTS.
Author-email: Bonanza Labs <passiveassets@proton.me>
License-Expression: Apache-2.0
Project-URL: Homepage, https://bonanza-labs.tiiny.site
Project-URL: Repository, https://github.com/c6zks4gssn-droid/bonanza-labs-frameforge
Keywords: ai,video,remotion,tts,voiceover,bonanza
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: edge-tts>=6.1
Requires-Dist: rich>=13.0
Dynamic: license-file

# Bonanza Labs ✦ FrameForge

🎬 AI Video Generator. Script → Voiceover → Video.

Powered by HyperFrames + Manim + Edge-TTS. By [Bonanza Labs](https://github.com/c6zks4gssn-droid).

## Features

- AI script writer — generate multi-scene scripts from a topic
- 4 style presets (viral, corporate, product, explainer)
- 3 formats (16:9, 9:16, 1:1)
- Edge-TTS voiceover with 100+ voices
- HyperFrames + Manim video rendering

## Install

```bash
pip install bonanza-labs[video]
```

## Quick Start

```bash
bonanza video "My Topic" --style viral --format 9:16
```

## Architecture

- `frameforge.py` — CLI entry point
- `src/` — Remotion components + compositions
- `remotion.config.ts` — Remotion bundler config

## License

Apache License 2.0
