Metadata-Version: 2.4
Name: movozel
Version: 1.0.0
Summary: Movozel CLI — AI video and image generation from the command line
Home-page: https://github.com/Omar-Abuzaid-stack/movozel
Author: Movozel
Author-email: Movozel <support@movozel.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Omar-Abuzaid-stack/movozel
Project-URL: Documentation, https://github.com/Omar-Abuzaid-stack/movozel/tree/main/docs
Project-URL: Repository, https://github.com/Omar-Abuzaid-stack/movozel
Project-URL: Issues, https://github.com/Omar-Abuzaid-stack/movozel/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0
Requires-Dist: rich>=13.0.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Movozel CLI

AI video and image generation from the command line.

## Install

```bash
pip install movozel
```

## Usage

```bash
# Login
movozel login

# Generate video
movozel video "Cinematic sunset over Dubai" --model veo-3.1 --aspect 16:9

# Generate image
movozel image "Luxury car advertisement" --model nano-banana --aspect 16:9

# Check jobs
movozel jobs

# Download result
movozel download <generation-id>
```

## Commands

| Command | Description |
|---------|-------------|
| `movozel login` | Authenticate with your Movozel account |
| `movozel models` | List all available models |
| `movozel video "prompt"` | Generate a video |
| `movozel image "prompt"` | Generate an image |
| `movozel animate ./photo.jpg` | Animate a photo |
| `movozel jobs` | List your recent generations |
| `movozel job <id>` | Check generation status |
| `movozel download <id>` | Download generation results |

## Links

- GitHub: https://github.com/Omar-Abuzaid-stack/movozel
- API: https://api.movozel.com
- Website: https://movozel.com
