Metadata-Version: 2.4
Name: nw-3dino-convert
Version: 1.0.0
Summary: OBJ file converter for 3Dino.
Author-email: shrub719 <shrub719@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 3Dino Convert

A Python library for converting OBJ files into PBJ files to be used with [NumWorks 3Dino](https://github.com/shrub719/nw-3dino).

## Usage

```sh
pip install nw-3dino-convert

nw-3dino-convert [path to .obj file]

# for example:
nw-3dino-convert meshes/dino.obj
```
