A deckbuilder for the commander format of Magic: The Gathering
Find a file
mwisnowski e404515d91 Started changing print statements to logging statements in tagger.py
Refined the load dataframe section in tagger.py

Beginning work on changing the tagging functions to use vectorized inputs instead of iterrows
2024-12-31 10:48:11 -08:00
.gitignore Refined land add logic 2024-12-20 13:39:23 -08:00
card_info.py Started adding further logic for deck build 2024-12-19 12:02:26 -08:00
deck_builder.py Started changing print statements to logging statements in tagger.py 2024-12-31 10:48:11 -08:00
main.py Adjusted some logic in setup to filter out any banned cards, as well as add the layout column to allow for easily seeing 'Normal', 'MDFC', or 'Transform cards. 2024-12-26 09:38:21 -08:00
README.md first commit 2024-11-27 20:18:39 -08:00
settings.py Added logic to tagger and deck_builder for "hidden themes" related to multiple-copy cards, such as Hare Apparent or Dragon's Approach 2024-12-30 11:43:36 -08:00
setup.py Removed need to create seperate land_cards file in setup 2024-12-26 11:12:56 -08:00
tagger.py Started changing print statements to logging statements in tagger.py 2024-12-31 10:48:11 -08:00
traycer_testing.py Started changing print statements to logging statements in tagger.py 2024-12-31 10:48:11 -08:00
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder