pyxel2tmx
v0.1.5
Published
Tool for converting tiled maps from *.pyxel to *.tmx format.
Readme
pyxel2tmx 
Tool for converting tiled maps from PyxelEdit to Tiled Map Editor format.
Getting started
First download and install ImageMagick. In Mac OS X, you can simply use Homebrew and do:
brew install imagemagickFor windows you can download ImageMagick from here
Installation
npm i -g pyxel2tmxOR
If you are running npm 5.2.0 or higher, you can use pyxel2tmx with npx without installation:
npx pyxel2tmx -f filename.pyxelBasic Usage
# default
pyxel2tmx -f filename.pyxel
# or with custom output filename
pyxel2tmx -f filename.pyxel -o tiledmap.tmxOptions
pyxel2tmx accepts the following options:
-f,--filename- Input PyxelEdit project file in*.pyxelformat-o,--output- Custom filename for output*.tmxfile
