Nintendo LZSS compression algorithm
Project description
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nlzss-0.1.2.tar.gz
(5.3 kB
view details)
File details
Details for the file nlzss-0.1.2.tar.gz.
File metadata
- Download URL: nlzss-0.1.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe87914c0c71277fd903e0b913ad2bd20253fc8f6223fce4fd90ba251367a053
|
|
| MD5 |
bac4d679dfe22ebb213833c2d111f124
|
|
| BLAKE2b-256 |
457b1c478256d12758b1bcd844363d0accd094aed309af7d14f12470919ae286
|