Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 350 Bytes

KFTranslator

Tiny app for creating international keyforge decklist printouts to help with tournament communication. To host it you need Python3.7 with Flask and Requests and a LaTeX distribution with XeLaTeX included. When hosting locally, change "return send_file('../../decklist.pdf')" in line 19 of app.py to "return send_file('decklist.pdf')"