Skip to main content

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)

Uploaded Source

Built Distribution

wizwad-0.4.4-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page