wowsinfo / WoWsUnpack-Ultra

World of Warships Game Unpacker with more features
GNU Affero General Public License v3.0
1 stars 0 forks source link

Write a Python3 wrapper #10

Open HenryQuan opened 1 year ago

HenryQuan commented 1 year ago

Python doesn't yet have a game unpacker package. Using PyO3, we can export it to Python. A wrapper/binding will be required for this to work. Also, we need to figure out how to build and distribute it.

HenryQuan commented 9 months ago

We can work on this once the Flutter frontend is completeled.