Collection of examples for using tbcml.
Note that not all examples show the loader initialization or mod applying as it is basically the same for all examples. The following code is used to initialize the loader and apply the mod:
import tbcml
loader = tbcml.ModLoader("en", "13.1.1") # Change to your language and version
loader.intialize_apk()
...
# Apply mod
loader.apply(mod)