Skip to content

Commit a5496c7

Browse files
committed
update README.md
1 parent a53e393 commit a5496c7

1 file changed

Lines changed: 18 additions & 50 deletions

File tree

README.md

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ Both of them supports `--help` option in order to check arguments and its indivi
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).
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).
1215

1316
### Requirements
1417

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
2125

2226
Simply, `pip install -r requirements.txt` to install above mentioned modules.
2327

@@ -107,52 +111,16 @@ Sideboard
107111

108112
<img src="https://user-images.githubusercontent.com/28348249/55680838-183b9f00-595a-11e9-8973-c0ddb1dfa372.png" alt="MoMa_Snapshot" title="MoMa">
109113

110-
### `decklist/`[5-Color-Aggro](http://mtgwiki.com/wiki/%EF%BC%95%E8%89%B2%E3%83%87%E3%83%83%E3%82%AD)
111-
```
112-
5-Color-Aggro [2]
113-
土地 (24)
114-
4 古代の聖塔/Ancient Ziggurat
115-
1 秘儀の聖域/Arcane Sanctum
116-
4 風変わりな果樹園/Exotic Orchard
117-
1 森/Forest
118-
1 島/Island
119-
4 ジャングルの祭殿/Jungle Shrine
120-
1 山/Mountain
121-
1 平地/Plains
122-
3 野蛮な地/Savage Lands
123-
3 海辺の城塞/Seaside Citadel
124-
1 沼/Swamp
125-
クリーチャー (29)
126-
4 血編み髪のエルフ/Bloodbraid Elf
127-
3 若き群れのドラゴン/Broodmate Dragon
128-
2 戦争のアスラ、ジェナーラ/Jenara, Asura of War
129-
4 貴族の教主/Noble Hierarch
130-
4 朽ちゆくヒル/Putrid Leech
131-
4 ロウクスの戦修道士/Rhox War Monk
132-
4 セドラクシスの死霊/Sedraxis Specter
133-
4 長毛のソクター/Woolly Thoctar
134-
呪文 (7)
135-
3 ナヤの魔除け/Naya Charm
136-
4 流刑への道/Path to Exile
137-
サイドボード (15)
138-
2 呪詛術士/Anathemancer
139-
2 戦誉の天使/Battlegrace Angel
140-
4 天界の粛清/Celestial Purge
141-
3 妨げる光/Hindering Light
142-
2 クァーサルの群れ魔道士/Qasali Pridemage
143-
2 領土を滅ぼすもの/Realm Razer
144-
```
145-
#### Output
146114

147-
<img src="https://user-images.githubusercontent.com/28348249/55680837-140f8180-595a-11e9-96b1-88fac430a149.png" alt="5ColorAggro_Snapshot" title="5ColorAggro">
148115

149116
## Future Enhancements
150117

151118
- Introduce:
152-
- `Pandas` to manage it with `DataFrames`.
153-
- `Click` for better CUI experience.
154-
- Handle more format of decklists.
119+
- [ ] Pandas` to manage it with `DataFrames`.
120+
- [x] Click` for better CUI experience.
121+
- [ ] Handle more format of decklists.
122+
- [ ] Refactoring for a more sophisticated structure.
155123
- Add:
156-
- Card info screen with capability of searching individual prices.
157-
- Mana info such as ratio and pie.
124+
- [ ] Card info screen with capability of searching individual prices.
125+
- [ ] Mana info such as ratio and pie.
158126

0 commit comments

Comments
 (0)