Metadata-Version: 2.4
Name: facelessvideos-py
Version: 0.1.0
Summary: Python helpers for drafting faceless YouTube short scripts, paired with the FacelessVideos web app.
Author: jacky-xbb
License: MIT
Project-URL: Homepage, https://facelessvideos.app
Project-URL: Repository, https://facelessvideos.app
Project-URL: Documentation, https://facelessvideos.app
Keywords: faceless-video,ai-video,youtube,tiktok,video-generator
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# facelessvideos-py

Python helpers for drafting faceless YouTube short scripts, paired with the FacelessVideos web app.

## Overview

FacelessVideos turns a script or idea into short faceless videos for YouTube Shorts and TikTok, handling visuals, captions, voices, and music automatically.

This small Python package provides:

- A minimal script-outline helper (a function that prints a structured outline you can paste into the FacelessVideos editor).
- A `cli` entry point for quick experimentation.

## Install

```bash
pip install facelessvideos-py
```

## Usage

```python
from facelessvideos import outline
print(outline.draft("AI video generator workflow"))
```

## Web app

Generate the finished short here: https://facelessvideos.app
