mtg-deck-editor

A GUI deck editor for the card game Magic: The Gathering.


Keywords
mtg, deck, editor, card, game
License
GPL-3.0
Install
pip install mtg-deck-editor==1.0.2

Documentation

mtg-deck-editor

MtG Deck Editor is a deck editor for the card game Magic: The Gathering, that automatically fetches and displays pictures for the cards used. MtG Deck Editor is written in Python using GObject Introspection and GTK+ 3.

Features

  • Search autocompletion (uses DeckBrew API)
  • Loading and saving decks as plain text files
  • Sample hand window, including mulligans button
  • Mana curve plot shows colored mana requirements

Screenshot

https://uncloaked.net/~loom/stuff/mtg_deck_editor.png

Installation

  1. Under Debian GNU/Linux, install major dependencies with:
$ apt-get install gir1.2-gtk-3.0 python-gi-cairo python-matplotlib
  1. Afterwards install this package simply via pip.
$ pip install mtg-deck-editor
  1. Now run mtg-deck-editor. :)

Links