A modern Python library for handling files used by the Wii
Project description
libWiiPy
libWiiPy is a modern Python 3 library for interacting with and editing files from the Wii. It aims to be simple to use, well maintained, and offer as many features as reasonably possible in one library, so that a newly-written Python program could reasonably do 100% of its Wii-related work with just one library. It also aims to be fully cross-platform, so that any tools written with it can also be cross-platform.
libWiiPy is inspired by libWiiSharp, originally created by Leathl
, now maintained by @TheShadowEevee. libWiiSharp is absolutely the way to go if you need a C# library for Wii files.
Note: While libWiiPy is directly inspired by libWiiSharp and aims to have feature parity with it, no code from either libWiiSharp or Wii.py was used in the making of this library. All code is original and is written by @NinjaCheetah, @rvtr, and any other GitHub contributors.
Features
This list will expand as libWiiPy is developed, but these features are currently available:
- TMD, ticket, and WAD parsing
- WAD content extraction, decryption, re-encryption, and packing
Usage
A wiki, and in the future a potential documenation site, is being worked on, and can be accessed here. It is currently fairly barebones, but it will be improved in the future.
The easiest way to get libWiiPy for your project is to install the latest version of the library from PyPI, as shown below.
pip install -U libWiiPy
Our PyPI project page can be found here.
Because libWiiPy is very early in development, you may want to use the latest version of the package via git instead, so that you have the latest features available. You can do that like this:
pip install -U git+https://github.com/NinjaCheetah/libWiiPy
Please be aware that because libWiiPy is in a very early state right now, many features may be subject to change, and methods and properties available now have the potential to disappear in the future.
Building
To build this package locally, the steps are quite simple, and should apply to all platforms. Make sure you've set up your venv
first!
First, install the dependencies from requirements.txt
:
pip install -r requirements.txt
Then, build the package using the Python build
module:
python -m build
And that's all! You'll find your compiled pip package in dist/
.
Special Thanks
This project wouldn't be possible without the amazing people behind its predecessors and all of the people who have contributed to the documentation of the Wii's inner workings over at Wiibrew.
Special Thanks for the Inspiration and Previous Projects
- Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for creating Wii.py
- Leathl for creating libWiiSharp
- TheShadowEevee for maintaining libWiiSharp
Special Thanks to Wiibrew Contributors
Thank you to all of the contributors to the documentation on the Wiibrew pages that make this all understandable! Some of the key articles referenced are as follows:
- Title metadata, for the documentation on how a TMD is structured
- WAD files, for the documentation on how a WAD is structured
- IOS history, for the documentation on IOS TIDs and how IOS is versioned
One additional special thanks to @DamiDoop!
She made the very cool banner you can see at the top of this README, and has also helped greatly with my sanity throughout debugging this library.
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
Built Distribution
File details
Details for the file libWiiPy-0.2.0.tar.gz
.
File metadata
- Download URL: libWiiPy-0.2.0.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ede40aff41550f9253c5b5e197602cc9605b110948ed9c9f86329de11b41deb |
|
MD5 | 83b66dc99f5a95fa15ce8018caadd5f5 |
|
BLAKE2b-256 | 32fc38aa9dec337bf2a4a8c6413e7845db1998305a507bd253461fef8f0b06f9 |
File details
Details for the file libWiiPy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: libWiiPy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c1ab6587a3b5606df6cab433db51fdb1b263a517ad57d34e3e09ed86f8a838b |
|
MD5 | 54c247d427a32c79e7bd6d25eece8b31 |
|
BLAKE2b-256 | 3493cbb3830a6348697fe107eacc26bcd09f88f358549457cd539a132dc50be1 |