环境
1.Python2.x
2.pip
这两个的安装就不赘述了,我前面也写过,可以去前面翻翻
安装命令
// 安装
pip install untp -i https://pypi.douban.com/simple
// 更新
pip install -U untp -i https://pypi.douban.com/simple
后面的 "-i https://pypi.douban.com/simple" 为使用国内渠道下载,不加的话下载会 "失败" 或是下载 "巨慢" ,
使用方法
$ untp -h
usage:
untp ../btn.plist
untp ../btn.plist -i ../btn.png
untp ../data
untp ../data -r
positional arguments:
path plist/fnt file name or directory
optional arguments:
-h, --help show this help message and exit
-o output, --output output
specified output directory
-p protection, --protection protection
specified protection key
For file:
-i image_file, --image_file image_file
specified image file for plist
For directory:
-r, --recursive
直接输入命令untp
会直接显示可是界面