Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxker authored Jul 2, 2021
1 parent 8caafa7 commit d87b385
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# Wizwalker-speedrunning-scripts
# Wizwalker-speedrunning-scripts

This repository for the Wizard101 speedrunning tools.

## Tools

### Macro
This tool is used to macro the deletion and creation of characters. Setting for school, gender, hotkey and modifcation keys can be found in the `wiz_config.json` file.

#### School
* Balance
* Life
* Storm
* Ice
* Fire
* Death
* Myth

#### Gender
* Boy
* Girl

#### Hotkey
Please refer to [this](https://github.com/StarrFox/wizwalker/blob/master/wizwalker/constants.py#L33) file for a full list of hotkey possibilities

#### Modifier Keys
Please refer to [this](https://github.com/StarrFox/wizwalker/blob/master/wizwalker/hotkey.py#L102) for a full list of modifier keys


## Installing
Everything can be installed by cloning the repo and running
`pip install .`

## Building
`pyinstaller --one-file ./main.py

## Future Plans
* Stat Tracking
* Convert to winapi for key input
* Configuration GUI

0 comments on commit d87b385

Please sign in to comment.