No project description provided
Project description
wizwad
A fast extractor and packer for wizard101/pirate101 wad files
install
$ pip install wizwad
cli usage
# extract a wad
$ wizwad extract path/to/Wad.wad directory/to/extract/to/
# list the files in a wad
$ wizwad list path/to/Wad.wad
# pack a directory into a wad
$ wizwad pack path/to/Wad.wad directory/to/pack
library usage
import wizwad
wad = wizwad.Wad("path/to/Wad.wad")
some_file = wad.read("name/of/file")
print(some_file)
support
discord: https://discord.gg/yuCRZ7kPjM
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wizwad-0.4.4.tar.gz
(5.9 kB
view hashes)
Built Distribution
wizwad-0.4.4-py3-none-any.whl
(6.9 kB
view hashes)