Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizwalker/wizwalker
Wizard101 scripting api
https://github.com/wizwalker/wizwalker
Last synced: 5 days ago
JSON representation
Wizard101 scripting api
- Host: GitHub
- URL: https://github.com/wizwalker/wizwalker
- Owner: wizwalker
- License: gpl-3.0
- Fork: true (StarrFox/wizwalker)
- Created: 2022-06-20T16:56:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T17:09:05.000Z (7 months ago)
- Last Synced: 2024-04-14T01:08:23.922Z (7 months ago)
- Language: Python
- Homepage: https://wizwalker.github.io/wizwalker
- Size: 10.1 MB
- Stars: 16
- Watchers: 5
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
moved to https://codeberg.org/wizwalker/wizwalker/
# WizWalker
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Wizard101 scripting library
## Installation
`pip install wizwalker`## Documentation
you can find the documentation [here](https://starrfox.github.io/wizwalker/)## Discord
you can join the offical discord [here](https://discord.gg/JHrdCNK)## Just
this package uses [just](https://github.com/casey/just) for command running
```shell
just cli # start wiz instance and then start debug cli
just docs # build docs
just install # install enviroment
just publish TYPE # publish a major, minor, or patch version
```## Console commands
```shell
wizwalker # Runs the wizwalker cli
wizwalker start-wiz # start wizard101 instances
wizwalker wad # edit and extract wizard101 wad files
```