A collection of various tools that may be useful for osu! wiki contributors
pip install osu-wiki-toolsInstall Python C API headers (required for building the pynput dependency):
apt install python3-devCreate the virtual enviroment:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txtpytest --mypy./run_visual_tests.py