Magic: The Gathering's Comprehensive Rules presented in HTML
This repository hosts a Python script that generates an HTML page for Magic: The Gathering's Comprehensive Rules. You can find the rules on Wizard of the Coast's official page: https://magic.wizards.com/en/rules
- Python 3.8+
- Pip
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
This assumes you're in a venv and have the dependencies installed
yapf -i main.py