Metadata-Version: 2.4
Name: visualkit
Version: 0.1.1
Summary: Lightning-fast Python package for video frame effects and transitions. Comprehensive collection of visual effects with optimized OpenCV backend for maximum rendering speed.
Author-email: Suraj Airi <surajairi.ml@gmail.com>
License: MIT license
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: opencv-python>=4.12.0.88
Dynamic: license-file

# VisualKit

## Overview
Lightning-fast Python package for video frame effects and transitions. Comprehensive collection of visual effects with optimized OpenCV backend for maximum rendering speed.

## Getting Started

### Prerequisites
- List your requirements here

### Installation
```bash
# Add installation commands
```

### Usage
```bash
# Add usage examples
```bash
# Add usage examples
```

## Project Structure
```
├── src/
├── tests/
├── docs/
└── README.md
```

For detailed architecture information, see [docs/architecture.md](docs/architecture.md).

## Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request

## License
This project is licensed under the [LICENSE](LICENSE) file in the root directory.
