diff options
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. |