Metadata-Version: 2.1
Name: w3tm
Version: 1.0.19
Summary: W3TM command line tool
Author: alexzshl
Author-email: alexzshl@126.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow~=10.2.0
Requires-Dist: argparse~=1.4.0

# intro
W3TM is a simple command line tool to merge war3 terian images to a single png file

# install

```shell
pip install w3tm
```

# usage

```text
usage: w3tm [-h] [-o OUTPUT] [-v] input

W3TM command line tool

positional arguments:
  input                 输入文件夹

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        输出文件名称(默认:result.png)
  -v, --version         show program's version number and exit

示例:
  w3tm -h
  w3tm  D:\game\MPQMaster\w3x.mpq\TerrainArt\LordaeronFall
  w3tm -o test.png D:\game\MPQMaster\w3x.mpq\TerrainArt\LordaeronFall
```
