fenhl / mse-to-json

A script that converts Magic Set Editor files to MTG JSON
MIT License
2 stars 1 forks source link
command-line-tool magic-set-editor magic-the-gathering mtgjson

This is a command-line Python script that converts Magic Set Editor set files to MTG JSON.

Usage

Installation

Basic usage

Run the script from the command line with a single argument specifying which MSE set file to convert. The argument can be - to read the set file from standard input. The JSON file will be printed to standard output, use your shell's redirection features if you want to save it to disk instead. Additionally, the following optional arguments are supported:

Command-line options