A handy CLI tool for sifting the chaff from your MTG collection.
- Python 3.12
- A collection tracked with ManaBox
- Export your ManaBox Unsorted folder (or another preferred folder) to a CSV file and place it in the
inputdirectory - Rename
.env.exampleto.envand change the input and output filenames if necessary - Install TCG-Wheat
pipx install virtualenv
virtualenv venv --python=python3.12
source venv/bin/activate
pip install .- Load your collection to the TCG-Wheat's database
python -m tcg_wheat.cli load-collection- Populate with additional data from Moxfield
# This may take a while. Don't let your computer fall asleep!
python -m tcg_wheat.cli populate-moxfield- Run
find-chaffto output a CSV report of cards you may be able to cut from your collection
# Run `python -m tcg_wheat.cli find-chaff --help` instead to see additional options
python -m tcg_wheat.cli find-chaff -o