2023-09-28 23:25:50 +08:00
2023-05-02 23:17:17 +08:00
2023-07-30 20:17:35 +08:00
2023-09-28 23:25:50 +08:00
2023-07-30 20:17:35 +08:00
2023-09-28 23:25:50 +08:00
2023-07-12 22:04:43 +08:00
2023-07-21 19:23:47 +08:00
2023-04-08 18:53:46 +08:00
2023-07-09 19:39:36 +08:00

碧蓝航线立绘助手 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
      
Description
No description provided
Readme MIT 8.3 MiB
Languages
Python 100%