Skip to content

Proxymon - PokemonTCG Proxy Builder Web App

Notifications You must be signed in to change notification settings

apathy420/proxymon

 
 

Repository files navigation

#Proxymon

Your #1 Source for PTCG Proxy Decks

Proxymon is a hobby project built to help Pokemon TCG players test out new decks and combinations faster.

Test it out at https://proxymon.herokuapp.com

Installation

$ git clone https://github.com/Hamatti/proxymon.git
$ cd proxymon
$ export FLASK_APP=app.py
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements
$ cd utils
$ ./load_cards.sh
$ python cards.py
$ cd ..
$ flask run

About

Proxymon - PokemonTCG Proxy Builder Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.0%
  • HTML 24.5%
  • JavaScript 9.8%
  • Python 6.4%
  • Other 0.3%