This is a Python program that automatically generates card lists from EDHRec.com for a given commander and saves them as txt files that can be used with services like Moxfield, MPCFill and more. There is an executable you can easily run in the dist folder so you don't even need to install Python. Just run it, type in the commander name and go!
Stars
2
Forks
7
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Added filter_xml_cardlist which has functions to filter existing XML cardlists from MPC Fill. This is useful if you previously chose art for a full flat cardlist for your commander but don't want to order all 275 or whatever cards. It lets you pare it down to a reasonable number and it can be used to generate a random deck, and allows you to keep certain cardlists safe and untocuhed like high synergy cards.
c127665View on GitHubAdded requsts to get JSON data directly from EDHRec API. Commented out methods that use browsing for JSON file locally. May add functionality for both if desired.
bbb0a59View on GitHubMerge branch 'main' of https://github.com/AlteriusOmega/edhrec_json_to_txt
cb595dbView on GitHubAdded save_info function to make file with info like card counts. Removed unused functions, refactored code. Separated prompting for output directory to separate function.
23d5b9dView on GitHubInitial commit, working to output txt files for separate cardlists as well as large flattened cardlist. Created exe using pyinstaller in dist folder
283d9bbView on GitHub