Skip to content

DorkmasterFlek/python-nlzss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNLZSS

Python bindings for the Nintendo GBA/DS LZSS compression algorithm.

LZSS algorithm and C code from CUE's tools: http://www.romhacking.net/utilities/826/

Installation

pip install nlzss

Encode

>> import nzlss
>> nzlss.encode_file('in_file.txt', 'out_file.txt')

Decode

>> import nzlss
>> nzlss.decode_file(in_path='in_file.txt', out_path='out_file.txt')

That's it!

About

Nintendo GBA/DS LZSS file compression with Python bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published