Metadata-Version: 2.1
Name: kandinsky.py
Version: 1.0
Summary: Reverse Engineered Kandinskt 2.1 API
Author: zenafey
Author-email: zenafey@eugw.ru
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# kandinsky.py
Reverse Engineered fusion-brain API

### Installation 
```
pip install kandinsky.py
```



### Example of usage
```python
from kandinsky import generate

generate(prompt="red car", path="./0.png")
```
image will appear in path that you specified

