Skip to content

Commit a53e393

Browse files
committed
update README.md
1 parent 74012db commit a53e393

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
Magic the Gathering Deck Price Checker (for JPN Players).
33

44
Consists of `mtgdpc.py` and `carddl.py`, which `carddl.py` could be utilized independently.
5-
`mtgdpc.py` calls `carddl.py` within process if `-s` argument is triggered.
5+
`mtgdpc.py` calls `carddl.py` within process if `-s`(`--save`) argument is triggered.
66
Both of them supports `--help` option in order to check arguments and its individual function.
77

88
## About
99

10-
MTGDPC (`mtgdpc`) enables users to search the cheapest price of given card name via [Wisdom Guild](http://www.wisdom-guild.net).
10+
MTGDPC (`mtgdpc`) enables users to search the cheapest price of given card name via [Wisdom Guild](http://www.wisdom-guild.net).
11+
If `-s`(`--save`) option is triggered, it scrapes card image contained in given decklist via `mtgsdk` (official API) or [scryfall](https://scryfall.com/) (if `-h`(`--high`, high-res option) is active).
1112

1213
### Requirements
1314

0 commit comments

Comments
 (0)