Skip to content

h3x4n1um/AoV-Zstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors