Added logic for tagging cards for themes (so far only the card draw types) and kindred types

This commit is contained in:
mwisnowski 2024-12-09 12:56:01 -08:00
parent d19c3c6db6
commit 2922414aec
3 changed files with 439 additions and 8 deletions

View file

@ -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