Decompress Supercell .sc and .csv files.
git clone https://github.com/mrclasher42/SC-Extractor.git
cd SC-Extractorpip install -r requirements.txtpython sc_extractor.py -i /path/to/file.sc -o /path/to/output/python sc_extractor.py -i /path/to/folder/ -o /path/to/output/Decompress a .sc file:
python sc_extractor.py -i /sdcard/Download/abilities.sc -o ./output/Decompress a .csv file:
python sc_extractor.py -i /sdcard/Download/abilities.csv -o ./output/Decompress a whole folder:
python sc_extractor.py -i /sdcard/Download/game_assets/ -o ./output/Extracted files are saved with the same name as the originals inside the chosen output folder.
See the LICENSE file in the repository.