Metadata-Version: 2.1
Name: vizeer
Version: 0.1.0
Summary: A video contact sheet generator
Author: walidsa3d
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: moviepy (>=2.1.1,<3.0.0)
Requires-Dist: numpy (>=2.1.3,<3.0.0)
Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
Requires-Dist: pymediainfo (>=6.1.0,<7.0.0)
Requires-Dist: scenedetect[opencv] (>=0.6.5,<0.7.0)
Description-Content-Type: text/markdown

<div align="center">
  <img src="./logo.png" alt="vizeer Logo" width="200">
  <h1>Vizeer</h1>
  <p>A video contact sheet generator</p>
  <a href="https://github.com/walidsa3d/actions/workflows/test.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/walidsa3d/vizeer/test.yml?branch=main&style=flat-square" alt="Test Status">
  </a>
  <a href="https://github.com/walidsa3d/vizeer/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/walidsa3d/vizeer?style=flat-square" alt="License">
  </a>
</div>

Vizeer A video contact sheet generator

## 🚀 Features


## Installation
```
pip install vizeer
```

## Usage
```
vizeer sample.mkv -o sample.png
```

## 🧑‍💻 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.



