Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC-Extractor

Decompress Supercell .sc and .csv files.


📋 Table of Contents


Clone

git clone https://github.com/mrclasher42/SC-Extractor.git
cd SC-Extractor

Install

pip install -r requirements.txt

Usage

Decompress a single file

python sc_extractor.py -i /path/to/file.sc -o /path/to/output/

Decompress all files in a folder

python sc_extractor.py -i /path/to/folder/ -o /path/to/output/

Example

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/

Output

Extracted files are saved with the same name as the originals inside the chosen output folder.


License

See the LICENSE file in the repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages