Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
/ pyjkernel Public archive

Python library for Nintendo's JKRArchive/ResourceArchive format.

License

Notifications You must be signed in to change notification settings

SunakazeKun/pyjkernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjkernel

pyjkernel is a high-level implementation of Nintendo's homemade ResourceArchive (RARC) as well as SZS and SZP compression formats. As of now, it's still work in progress.

Setup

This library requires Python 3.6 or newer as well as oead. The latter will be installed automatically. You can use pip to install pyjkernel:

pip install pyjkernel