Parse and modify BOTW save files
Project description
Parse and update BOTW saves in Python
This is a simple library for parsing and updating BOTW save files in Python. I
did not write more than a couple lines of this code. It is taken almost wholly
from Mr. Cheeze's save.py script located on his
BOTW tools repo,
to be simply converted into a library (with permission).
Simple usage examples:
import uking_saves
save_file = uking_saves.parse_file("blah/game_data.sav") // Parse the save
save_file["MainField_WeaponDrop_1609063018"] = True // Set a flag value
uking_saves.update_file("blah/game_data.sav", save_file) // Save updated data
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uking-saves-0.1.0.tar.gz.
File metadata
- Download URL: uking-saves-0.1.0.tar.gz
- Upload date:
- Size: 673.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
194209d24a47a6b8ab579d27126d1426501b1f1db272f1ed21a60b3e50bbec4b
|
|
| MD5 |
394fce2495c05f5baefb0263292b11d8
|
|
| BLAKE2b-256 |
798033b774b320f95e2679790eb08778b5182ed7a472dc76782dc24558d4dd04
|
File details
Details for the file uking_saves-0.1.0-py3-none-any.whl.
File metadata
- Download URL: uking_saves-0.1.0-py3-none-any.whl
- Upload date:
- Size: 704.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
758675e56d6c3eda64a3945c4ff6e1e350fead107e8e59e21d865e6e848aaf9d
|
|
| MD5 |
77cdbed904693ec77aa763015652eeae
|
|
| BLAKE2b-256 |
e1937e16660c1fc6694479ddd23264213a2deae4e7406cfc5e85a91a633bde56
|