Metadata-Version: 2.1
Name: mekaconverter
Version: 1.1.0
Summary: A tool to convert Meka's assets to JSON format.
Home-page: https://github.com/TheMekaverse/MekaConverter
Author: Thibault Walterspieler
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: black (==22.1.0)
Requires-Dist: click (==8.0.4)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: platformdirs (==2.5.1)
Requires-Dist: pyfiglet (==0.8.post1)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tomli (==2.0.1)
Requires-Dist: typing-extensions (==4.1.1)
Requires-Dist: zipp (==3.7.0)

# MekaConverter

Convert c4d images export to a JSON format that can be used by C4D with a converter.

## Installation

### Using pip

```sh
pip install mekaconverter
```

### Manual

```sh
git clone https://github.com/TheMekaverse/MekaConverter
cd MekaConverter
python setup.py install
```

## Usage

### Convert images to a JSON file

To convert images to a JSON file, use the following command:

```sh
mekaconverter convert --path /path/to/images --output /path/to/json
```

> Images need to be formatted that way: `F${frame}--B${background_number}__E${eye_number}__A${arms_number}__B${body_number}--X${frame}.png`


