/pokemonCardGenerator

Generates pokecards based on config files. Sends requests to http://www.mypokecard.com/ to create the cards. The project has been moved to https://gitlab.com/theSander/pokemonCardGenerator.

Primary LanguagePHP

Pokemon Card Generator

Small php program which allows your to generate a fake pokemon card based on a custom configuration, by sending the configuration to a web service.

Instructions

  • Create a card configuration in the config folder, with the .ini extension. An example is shown in the file config/example.poke.ini
  • Place any referenced images in the in folder
  • Execute the generate.sh script