A Magic the Gathering CLI Tool
Project description
tigrex
tigrex is a Python CLI Tool for searching and pricing Magic the Gathering cards using Scryfall's API.
Installation
pip
Use the package manager pip to install tigrex.
pip install tigrex
Homebrew
Use Homebrew to install tigrex.
brew tap ericjaychi/tigrex
brew install tigrex
Cloning
Clone the repository and run the script locally. This method will mean that each command has to have python -m tigrex.
git clone https://github.com/ericjaychi/tigrex.git || git@github.com:ericjaychi/tigrex.git
cd tigrex/
python -m tigrex [command]
Usage
All searches leverage a fuzzy search, meaning that the [card_name] does not have to be exact. Examples:
yurikowill result in a search result ofYuriko, the Tiger's Shadowwaterywill result in a search result ofWatery Grave
If a full name needs to be searched for, wrapping the [card_name] in " " can achieve this, "[card_name]". Examples:
"yuriko, the tiger's shadow"will result in a search result ofYuriko, the Tiger's Shadow"watery grave"will result in a search result ofWatery Grave
Fuzzy search will fail if there are multiple results. Examples:`
path towill fail and not bring up the card `Path to Exile``"path to"will fail and not bring up the cardPath to Exile
Commands
search - Search for an MTG card.
tigrex search [card-name]
price - Search for an MTG card price.
tigrex price [card-name]
currency - Set the currency of the card searches inside of config.ini so that price shows in the either USD, EUR, or TIX. Foil prices are only in USD.
tigrex currency [usd | eur | tix]
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Although this is an open source tool, donations are appreciated greatly!
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrex-1.3.0.tar.gz.
File metadata
- Download URL: tigrex-1.3.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9412aaece558918e8cff2bef9065baeadcb50076d450102b9da5cd863ecaac6
|
|
| MD5 |
ce17cc419e83ee24a0187507d24efd4d
|
|
| BLAKE2b-256 |
2f5b081d77b9428d646ed8a16bcfe620c32719e31772428776d72f4b8706fc5c
|
File details
Details for the file tigrex-1.3.0-py3-none-any.whl.
File metadata
- Download URL: tigrex-1.3.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
469b2f1b86a90a1639aaa55d0f24092d6907ee8f3ad349a4da6964d84b7376eb
|
|
| MD5 |
177d31e36823002467b79743dc378039
|
|
| BLAKE2b-256 |
12f54425ca15e46567e32fd1b43fd1df55f35d68c279fc6a611858d346f5f5c3
|