wynn.py

A Python wrapper for the Wynncraft public API


Keywords
minecraft, python-wrapper, python3, wynncraft, wynncraftapi
License
MIT
Install
pip install wynn.py==0.1.0

Documentation

wynn.py

Documentation Status PyPI

A Python wrapper for the Wynncraft public API

Basic usage

API wrappers are found under the wynn package. To fetch a player's data, for example, you can use

wynn.player.get_player('playerName')