DBLMAPI

A Python module for modding the game Dragon Ball Legends with its files

Image

How to Find your DB Legends files

This requires Android or a jailbroken iPhone. You will need to install Zarchiver. After that, follow this path:

/Android/data/com.bandainamcoen.dblegends_ww/files/

Find the file:

89bb4eb5637df3cd96c463a795005065

After that, put it in the folder you are using this module in and use one of the commands (see the help command by using: python dblmapi_cli.py -h)

Installation

pip install dblmapi-py

Examples

Here are some examples of using dblmapi:

  • Stars Task:

bash dblmapi --t stars --f your_file.txt

  • Zenkai Task:

bash dblmapi --t zenkai --f your_file.txt

Explanations of each command and how they work can be found in the Usage section.

How to Contribute

You can contribute to DBLMAPI in various ways:

  • Star the Repo: Show your support by starring the repository.
  • Fork the Repo: Fork the repository to contribute your changes.
  • Give Feedback: Provide feedback or report issues in the GitHub Issues section.

Feel free to contribute and make DBLMAPI even better!

made by mindset (AKA on PYPI Ohioman02)

Documentation built with MkDocs. ```