A deckbuilder for the commander format of Magic: The Gathering
Find a file
2025-01-13 10:06:19 -08:00
.gitignore Made numerous changes to the card draw functions, as well as other tagging functions up through to artifact tagging 2025-01-02 13:00:52 -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
exceptions.py Noticed that changes made in setup have drastically reduced cards after filtering. Redoing setup and it's associated files to fix this 2025-01-13 10:06:19 -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 Noticed that changes made in setup have drastically reduced cards after filtering. Redoing setup and it's associated files to fix this 2025-01-13 10:06:19 -08:00
setup.py Noticed that changes made in setup have drastically reduced cards after filtering. Redoing setup and it's associated files to fix this 2025-01-13 10:06:19 -08:00
setup_utils.py Noticed that changes made in setup have drastically reduced cards after filtering. Redoing setup and it's associated files to fix this 2025-01-13 10:06:19 -08:00
tagger.py Tagger has been entirely restructured to use vector masks instead of iterrows, total tagging time has been drastically reduced 2025-01-08 17:26:02 -08:00
utility.py Tagger has been entirely restructured to use vector masks instead of iterrows, total tagging time has been drastically reduced 2025-01-08 17:26:02 -08:00

# mtg_python_deckbuilder