From 522f3709713eb708b338e92b427599aaf07017fc Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Thu, 7 Mar 2024 00:36:35 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7c8daf7..4b25b46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![libWiiPy](https://github.com/NinjaCheetah/libWiiPy/assets/58050615/d2db5ad6-8591-488c-aa47-c9e3bcb222b5) # 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. @@ -48,3 +49,7 @@ Thank you to all of the contributors to the documentation on the Wiibrew pages t - [Title metadata](https://wiibrew.org/wiki/Title_metadata), for the documentation on how a TMD is structured - [WAD files](https://wiibrew.org/wiki/WAD_files), for the documentation on how a WAD is structured - [IOS history](https://wiibrew.org/wiki/IOS_history), for the documentation on IOS TIDs and how IOS is versioned + +### One additional special thanks to [@DamiDoop](https://github.com/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. +