From 00b27f74727e9852286c73647eefe1c023254b5a Mon Sep 17 00:00:00 2001
From: CraZyDuDe <83429736+TheCraZyDuDee@users.noreply.github.com>
Date: Tue, 16 Jul 2024 03:32:35 +0200
Subject: [PATCH] Update README.md
---
README.md | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4d62408..bc8cad5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
# Pretendo-Account-Generator
-Generator written in Python to create a valid Pretendo Account
+
+Small Tool that can create a valid account.dat file to use with Cemu
+
+### Usage
+
+- Download the latest release from [here](https://github.com/TheCraZyDuDee/Pretendo-Account-Generator/releases/latest/download/Pretendo Account Generator.exe)
+- Run the Tool and Enter all the Information nessesary and press the "Generate Account" Button
+- merge the mlc01 folder with your existing one
+
+Note that you will still need the rest of the Online Files from a Console Fake Files won't work.
+Please only use those Accounts with Cemu since you can easily create them on a real Wii U and you don't want to risk bricking your system
+
+### Building
+
+Currently Windows only!
+
+- Download the Repository via git or just as zip
+- Install [Python](https://www.python.org/downloads/) and add it to System Path'
+- Install PyInstaller using `pip install pyinstaller`
+- cd to the directory containing the .ico, .py and .spec file and run `pyinstaller account-gen-gui.spec` or just run the build.bat
+
+
+### Special Thanks to:
+
+- [Pretendo Team](https://pretendo.network) for their amazing work on the replacement Nintendo Servers
+- [GabIsAwesome](https://github.com/GabIsAwesome) for his [Generator](https://github.com/GabIsAwesome/accountfile-generator) to generate the PasswordHash, MiiName, MiiData and PID and for [PNIDLT](https://pnidlt.gabis.online/) to fetch the Accounts Mii name, MiiData and PID without all this i couldn't have possibly made this Tool
+- [WiiBrew](https://wiibrew.org) for their Country Code list found [here](https://wiibrew.org/wiki/Country_Codes)