需要安装python以及pip

中文说明

A command line tool to split TexturePacker published files.

install

pip install untp

update

pip install -U untp

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!

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-11-16
  • 2022-01-22
  • 2022-01-19
  • 2021-05-23
  • 2021-07-20
  • 2021-12-06
猜你喜欢
  • 2021-10-15
  • 2021-11-17
  • 2021-12-08
  • 2022-12-23
  • 2022-02-03
  • 2022-01-18
  • 2022-03-03
相关资源
相似解决方案