AlexKrutoy / XCoder

Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCoder

Compress / Decompress Brawl Stars SC and CSV files on Windows / Linux / Android!

Credits

This tool is based on Original XCoder, Developer: MasterDevX

Many thanks to spiky_Spike for the provided developments

Features:

  • Easy to use.
  • Brawl Stars, Clash games support.
  • Multiplatform support (working on Windows, Linux and Android).
  • SC compilation / decompilation.

How to install and use

On Windows:

  • Download Python 3.7 or newer version from official page.
  • Install Python. While Installing, enable such parameters as "Add Python to PATH", "Install pip", "Install py launcher", "Associate files with Python" and "Add Python to environment variables".
  • Download XCoder from releases page and extract it.
  • Install required modules by executing following command: pip install -r requirements.txt
  • Execute "main.py" file

On Linux:

  • Download XCoder from releases page and extract it.
  • Open Terminal and install Python by executing following command:
    sudo apt-get update && sudo apt-get install python3 python3-pip
  • Install required modules:
    sudo pip3 install -r requirements.txt
  • Execute "main.py" file

On Android:

  • Download and install PyDroid app from Google Play.
  • Open PyDroid and wait until Python installs.
  • Download XCoder from releases page and extract it.
  • Install loguru using pip
  • In PyDroid open and execute "main.py" file

TODO:

  • CSV updating.

About

Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!


Languages

Language:Python 100.0%