-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |