Metadata-Version: 2.4
Name: tiled2zx0
Version: 0.1
Summary: Convert tmx Tiled map to ZX0 compressed file
Home-page: https://github.com/rtorralba/tiled2zx0
Author: Raül Torralba
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# tiled2zx0

Simple command to convert Tiled map (.tmx) into compressed (with Einar Saukas ZX0) bin file.

## Install

pip install tiled2zx0

## Run

```bash
usage: tiled2zx0 [-h] [-o OUTPUT_FILE] /path/map.tmx

Process some arguments.

options:
  -h, --help            show this help message and exit
  -h OUTPUT_FILE, --output OUTPUT
                        Output file
```

## Attribution

This project use [ZX0 compressor by Einar Saukas](https://github.com/einar-saukas/ZX0) binaries.
