From 67c5a4b59e3116b7df5c8ae58b9773e1ca75a6e9 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:50:27 -0500 Subject: [PATCH] Added "Features" section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6179834..35fe7ee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ libWiiPy is inspired by [libWiiSharp](https://github.com/TheShadowEevee/libWiiSh **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](https://github.com/NinjaCheetah), [@rvtr](https://github.com/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 +- Title Key and content decryption and extraction +- Content encryption and WAD packing + # Usage A wiki, and in the future a potential documenation site, is being worked on, and can be accessed [here](https://github.com/NinjaCheetah/libWiiPy/wiki). It is currently fairly barebones, but it will be improved in the future.