Metadata-Version: 2.1
Name: wizsdk
Version: 1.4
Summary: API for interacting with and making bots for wizard101
Author: Underpaid Dev
Author-email: underpaiddev1@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Sphinx (>=3.4.3,<4.0.0)
Requires-Dist: asyncchain (>=0.1.0,<0.2.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: numpy (>=1.19.1,<2.0.0)
Requires-Dist: opencv-python (>=4.4.0,<5.0.0)
Requires-Dist: wizwalker (>=0.17.2,<0.18.0)
Description-Content-Type: text/markdown

# WizSDK

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Wizard101 bot Software Development Kit
A wrapper for [WizWalker](https://github.com/StarrFox/wizwalker) bundled with many other useful function.
Designed to make building bots for farming / questing / bazaar sniping / selling / pet training

## documentation

you can find the documentation [here](https://underpaiddev1.github.io/wizSDK/)

you can download these from the gh-pages branch if desired

## install

clone the repo or install from pypi `pip install -U wizsdk`

## discord

join the offical discord [here](https://discord.gg/D9GRrbDzpt)

## development install

This package uses [poetry](https://python-poetry.org/)

```shell script
$ poetry install
```

## building

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

### Docs

```shell script
$ cd docs
$ make html
```

