Skip to content

divination-nz/mtg-rules-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTG Rules in HTML

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

Usage

Requirements

  • Python 3.8+
  • Pip

Install & Run

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py

Linting

This assumes you're in a venv and have the dependencies installed

yapf -i main.py

About

A Python script that generates an HTML page for Magic: The Gathering's Comprehensive Rules

Topics

Resources

License

Stars

Watchers

Forks