Skip to content
forked from justbilt/untp

A command line tool to split TexturePacker published files.

License

Notifications You must be signed in to change notification settings

chen-gaoyuan/untp

 
 

Repository files navigation

中文说明

A command line tool to split TexturePacker published files.

install

pip install untp

update

pip install -U untp

Windows: portable

usage

$ untp -h
usage:
untp ../btn.plist
untp ../btn.plist -i ../btn.png
untp ../data
untp ../data -r

positional arguments:
  path                  plist file name or directory

optional arguments:
  -h, --help            show this help message and exit

For file:
  -i image_file, --image_file image_file
                        specified image file for plist

For directory:
  -r, --recursive

If you have any question, just make a issue, thanks!

About

A command line tool to split TexturePacker published files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%