PTCGODECKLISTEXPORTER

PTCGODECLISTEXPORTER (PTCGODE) is a python program for sorting different Pokemon training card game online decklist based on their format.

Usage

Store your PTCGO decklist in the folder "import" as txt file with appropriate names, then run SortDeckLists.py. The decklists will be available in "Export"

frontend

This app provides a web UI using Flask and Vue.js. To run the web UI, install the Python and Javascript dependencies and build the webapp before starting the server.

pip install
cd frontend
npm install
npm run build
cd ..
python webapp.py

Contributing

Fell free to discuss any issues or to send pull requests