You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-50Lines changed: 18 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,21 @@ Both of them supports `--help` option in order to check arguments and its indivi
7
7
8
8
## About
9
9
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).
10
+
MTGDPC (`mtgdpc`) enables users to search the cheapest price for a given card name via [Wisdom Guild](http://www.wisdom-guild.net).
11
+
If `-s`(`--save`) option is triggered, it scrapes card image contained in the decklist via:
12
+
13
+
-`mtgsdk` (official API)
14
+
-[scryfall.com](https://scryfall.com/) (if `-h`(`--high`, high-res option) is active).
12
15
13
16
### Requirements
14
17
15
-
- Python 3.6 (or above)
16
-
- Beautiful Soup
17
-
- lxml
18
-
- tqdm
19
-
- requests
20
-
- mtgsdk
18
+
-[x] Python 3.6 (or above)
19
+
20
+
-[x] Beautiful Soup
21
+
-[x] lxml
22
+
-[x] tqdm
23
+
-[x] requests
24
+
-[x] mtgsdk
21
25
22
26
Simply, `pip install -r requirements.txt` to install above mentioned modules.
0 commit comments