Metadata-Version: 2.4
Name: chgnhyk
Version: 0.0.3
Summary: visual and audio engine of chgnhyk
Requires-Python: >=3.9.0
Requires-Dist: moderngl
Requires-Dist: moviepy
Requires-Dist: noise
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: pillow
Requires-Dist: pyrr
Requires-Dist: svgpathtools
Requires-Dist: trimesh
Provides-Extra: audio
Requires-Dist: csoundengine; extra == 'audio'
Provides-Extra: mediapipe
Requires-Dist: numpy==1.26.4; extra == 'mediapipe'
Provides-Extra: window
Requires-Dist: moderngl-window; extra == 'window'
Description-Content-Type: text/markdown

# Package Name

Visual and audio engine of Choi Gunhyuk

## Installation

Install the package from PyPI:

```bash
pip install chgnhyk
```

Install ffmpeg
Install csound

## Usage

A basic example:

```python
from chgnhyk import FBO
```

## Requirements

* Python 3.9 or later
* 

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.

## Author

Choi Gunhyuk

## Links

* PyPI: 
* GitHub: 
