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!
Release files for nlzss 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nlzss-0.1.2.tar.gz | 5.3 kB | Details |
Release files / nlzss-0.1.2.tar.gz
| Download URL | nlzss-0.1.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fe87914c0c71277fd903e0b913ad2bd20253fc8f6223fce4fd90ba251367a053
|
|
BLAKE2b-256 checksum How to use checksums |
457b1c478256d12758b1bcd844363d0accd094aed309af7d14f12470919ae286
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |