Skip to content

hunz-dev/mtg-token-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtg-token-finder

Provide a list of decks located on deckbox.org to find all the tokens you need!

Environment Setup

Windows

python -m venv env/token-lookup
.\env\token-lookup\Scripts\Activate.ps1
pip install -r requirements.txt

Linux

python3 -m venv env/token-lookup
source env/token-lookup/bin/activate`
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages