mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
Started deck builder function, added base structure and prompt for selecting commander
This commit is contained in:
parent
ff2b1e9932
commit
aee44190a9
4 changed files with 166 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ import pandas as pd # type: ignore
|
|||
|
||||
from fuzzywuzzy import fuzz, process # type: ignore
|
||||
from IPython.display import display
|
||||
from tabulate import tabulate
|
||||
|
||||
pd.set_option('display.max_colwidth', None)
|
||||
pd.set_option('display.expand_frame_repr', True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue