Skip to main content

A tool to manage Magic: the Gathering collection spreadsheets.

Project description

mtg-ssm - Magic: the Gathering Spreadsheet Manager

https://img.shields.io/coveralls/gwax/mtg_ssm.svg https://img.shields.io/travis/gwax/mtg_ssm/master.svg https://img.shields.io/pypi/v/mtg-ssm.svg https://img.shields.io/pypi/pyversions/mtg-ssm.svg https://img.shields.io/pypi/dm/mtg-ssm.svg

mtg-ssm is a tool for creating/updating user-friendly spreadsheets with Magic: the Gathering collection information. The tool can also import/export data to/from these spreadsheets to other formats, such as CSV files.

As a matter of convenience, you can store the created spreadsheet in Dropbox, Google Drive, or the like and access your collection from anywhere.

Installation

mtg-ssm is available on PyPI so, if you have python (>=3.6) and pip installed on your system, you should be able to get mtg-ssm by entering the following into a terminal:

pip3 install mtg_ssm

Updates can be performed by entering:

pip3 install -U mtg_ssm

You can verify installation from the terminal by running:

mtg-ssm --help

Usage

For first time use, you will want to create an empty spreadsheet with card data:

mtg-ssm create collection.xlsx

In the future, when new sets are released, you will want to update your collection spreadsheet while keeping existing counts:

mtg-ssm update collection.xlsx

Existing collections

If you already have your cards in another collection store, you might want to import that collection into your card spreadsheet.

First create an input csv file:

mtg-ssm create input_data.csv

Then modify the template to match your counts and import into your spreadsheet:

mtg-ssm merge collection.xlsx input_data.csv

Contributions

Pull requests are welcome and contributions are greatly appreciated.

Issues can be reported via GitHub.

Acknowledgments

  • Wizards of the Coast: For making Magic: the Gathering and continuing to support it. Off and on, it’s been my favorite hobby since the early ’90s.

  • Scryfall: Scryfall is a fantastic resource for anyone trying to lookup cards or build software on top of up to date Magic card information.

  • MTG JSON: MTG JSON is an amazing resource for anyone looking to build tools around magic card data. Before Scryfall, MTG JSON was my primary source for card data and, without it, mtg-ssm would not exist.

Changelog

2.1.1

  • Fix Scryfall data fetching on Windows.

  • Update models to match scryfall as of 2020-02-08

2.1.0

  • Add support for filtering card data by set type

    • For example, mtg_ssm –set-types token,emblem create tokens.xlsx to create a spreadsheet for tracking tokens and emblems.

2.0.1

  • Updated models to match scryfall as of 2019-09-10

2.0.0

  • Switched from mtgjson to Scryfall as a data source

  • Broke existing spreadsheets

    • update will rebuild / upgrade existing sheets

    • rebuild lookup doesn’t work very well for basic lands, double check your counts

    • rebuild lookup may result in double counting for Flip / split / DFC cards, double-check your counts

    • a number of cards count not reliably be remapped and will raise exceptions; if you have any copies of these cards, you will need to remove them from your existing spreadsheet and re-add them after the update

    • promo cards are particularly hard hit as Scryfall and MTGJSON model promo sets very differently.

  • Dropped deckbox serializer

  • Removed support for Python 3.4, 3.5

1.3.6

  • Removed support for Python 3.3

  • Test and bug fixes

  • Handle newer versions of mtgjson

1.3.5

  • Remove profiling code. If we care, we can invoke profiling with:

    python -m cProfile -o mtg_ssm.prof mtg_ssm/ssm.py create collection.xlsx
  • Fix wheel generation to only build py3 wheels.

1.3.4

  • Increase in verbosity when looking up cards by heuristics (instead of id).

1.3.3

  • Fixed support for Ae/Æ

  • Increased verbosity when searching for cards with a mismatched id

  • Performance improvements

  • Add tests to catch potential missing card issues

1.3.2

  • Changed the backup file naming convention; date is now before extension

  • Minor tweaks and performance enhancements

1.3.1

  • Fix bug where were were never actually reading set names from xlsx files.

1.3.0

  • Complete rework of cli (see –help for details)

    • cli is NOT the same; old commands will NOT work

    • new global argument flags and dialect selection mechanisms

    • create: create a new collection

    • update: update an existing collection

    • merge: merge multiple collections

    • diff: get a diff of two collections

  • Lots of under the hood changes and performance improvements

  • Files are still compatible

1.2.4

  • Remove workarounds introduced in 1.2.3

1.2.3

  • Hack to work around missing “releaseDate” and “type” in MTG JSON 3.3.14

1.2.2

  • Add “All Cards” page with index of all cards in XlsxSerializer.

1.2.1

  • Add support for deckbox.org import/export.

  • Backend improvements.

1.2.0

  • Complete rework of the serialization architecture.

  • Rebuild of the manager cli.

  • Incompatible CLI interface changes. See help for new usage information.

1.1.0

  • Complete rework of the data model storage. Drop sqlite based data models in favor of custom classes and dict based indexes.

  • Switch to accepting all versions of MTGJSON instead of bumping for every release.

1.0.2

  • Version bump MTGJSON support.

1.0.1

  • Fixed some PyPI related issues.

1.0.0

  • Initial stable release.

Project details


Release history Release notifications | RSS feed

This version

2.1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mtg_ssm-2.1.1.tar.gz (26.6 kB view hashes)

Uploaded Source

Built Distribution

mtg_ssm-2.1.1-py3-none-any.whl (28.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page