mirror of
https://github.com/MuteApo/AzurLaneTachieHelper.git
synced 2025-04-04 00:01:28 +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
- Conda
- Build app
- pyinstaller
python build.py --pyinstaller/-p
- nuitka (C++ compiler required, eg. msvc, gcc, clang, etc.)
python build.py --nuitka/-n
- pyinstaller
Languages
Python
100%