diff options
author | MounderFod <mounderfod@gmail.com> | 2021-05-12 17:21:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:21:03 +0100 |
commit | 1d2273ffb61bed3d1acbf85b7369acc054999b8a (patch) | |
tree | 91a9572222bc6806d332fa34f8a9598a6d9ca26f /README.md | |
parent | 50f264e4fb889598ebe4f201bc35841a30ba2ac6 (diff) | |
download | mtgpy-master.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md index c2ddfa2..1390fb1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# mtgpy -A Python tool for looking up Magic: The Gathering cards. +# Mtgpy +A Python tool for looking up Magic: The Gathering cards, using the [Scryfall API](https://scryfall.com/docs/api/). # Installation Clone or download this repository. Unzip if necessary. <br> Then in a terminal (or Command Prompt) window which is in the folder where the app files are, run `python setup.py install`. <br> The app should install. From there you can run: `mtg <card-name>` from any terminal to look up cards. +# Note +- Mtgpy is not affiliated with or endorsed by Scryfall. <br> +- Mtgpy is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC. |