/AoV-Zstd

A tool for compress and decompress Arena of Valor Zstandard :3

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AoV-Zstd

How to use

Windows

Just download binary in Release section

Linux & macOS

  • Install Python (3.7+ is recommended)
  • Create a virtual environment (optional)
  • Delete pyinstaller and pyinstaller-hooks-contrib from requirements.txt (optional)
  • Install required dependencies with pip install -r requirements.txt
  • python AoV_Zstd.py

Android (Termux)

Building (required PyInstaller)

  • Create a virtual environment (optional but recommended)
  • Change to virtual environment
  • Install required dependencies with pip install -r requirements.txt
  • Run the following command
python -O -m PyInstaller -F -n <executable-name> --key <key> -i <icon-file-path> AoV_Zstd.py
  • If you're using Windows, you can run the included batch script build_AoV_Zstd.bat to build executable (you still need to setup venv)