liusj5257 / AzurLaneTachieHelper

碧蓝航线立绘工具:解包、拼合碎片、合并表情差分、导出PSD、封包,五合一

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

碧蓝航线立绘助手 AzurLaneTachieHelper

Features

  • Unpack & pack painting
  • Merge & split paintingface
  • Support multi-layers
  • Dump as photoshop document (i.e. psd)

Building Dependencies

  • Python 3.10 with following libraries:
    • NumPy
    • Pillow
    • Pytoshop
    • UnityPy
  • Or with given env spec:
    • Conda
      conda env create -f environment.yml
    • Pypi
      pip install -r requirements.txt
  • Build app
    • pyinstaller
      python build.py --pyinstaller/-p
    • nuitka (C++ compiler required, eg. msvc, gcc, clang, etc.)
      python build.py --nuitka/-n

About

碧蓝航线立绘工具:解包、拼合碎片、合并表情差分、导出PSD、封包,五合一

License:MIT License


Languages

Language:Python 100.0%