Skip to content

Destroyers212x/wizwalker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WizWalker

Code style: black

Wizard101 quest bot scripting api and application

documentation

you can find the documentation here

install

download the latest release from here or install from pypi pip install -U wizwalker

discord

join the offical discord here

development install

This package uses poetry

$ poetry install

running

Shell may need admin perms

$ poetry shell
$ wizwalker

building

You'll need the dev install (see above) for this to work

exe

# Admin if needed
$ pyinstaller -F --uac-admin --name WizWalker wizwalker/__main__.py
# Normal
$ pyinstaller -F --name WizWalker wizwalker/__main__.py

wheel and source

$ poetry build

Docs

$ cd docs
$ make html

console commands

wizwalker: Runs the wizwalker cli

wizwalker start-wiz: start wizard101 instances

wizwalker wad: edit and extract wizard101 wad files

About

Wizard101 quest bot scripting api and application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%