diff --git a/README.md b/README.md index 2b9ec28..51f8092 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Gathering Detailed Stats - Replace the `PROF` variable with your profile's Activision ID in the following format - `PlayerName%0000000` * *The `%` replaces the `#` in the usual Activision ID* - Once stats are downloaded, run `beautify_json.py` to beautify the JSON output and then `beautify_data.py` to sort and replace the JSON keys into a human readable string + > If you don't have Python installed, you can run the executable versions of the scripts `beautify_json.exe` and `beautify_data.exe` Sorting ------------- diff --git a/beautify_data.exe b/beautify_data.exe new file mode 100644 index 0000000..0e4ab0c Binary files /dev/null and b/beautify_data.exe differ diff --git a/beautify_json.exe b/beautify_json.exe new file mode 100644 index 0000000..6df9a91 Binary files /dev/null and b/beautify_json.exe differ