mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
Added logic for tagging cards for themes (so far only the card draw types) and kindred types
This commit is contained in:
parent
d19c3c6db6
commit
2922414aec
3 changed files with 439 additions and 8 deletions
|
|
@ -1,13 +1,11 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import inflect
|
||||
import inquirer.prompt # type: ignore
|
||||
import pandas as pd # type: ignore
|
||||
import pprint # type: ignore
|
||||
import random
|
||||
|
||||
from fuzzywuzzy import fuzz, process, utils # type: ignore
|
||||
from IPython.display import display
|
||||
from fuzzywuzzy import fuzz, process # type: ignore
|
||||
|
||||
import settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue