Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 322 Bytes

card-maker

Script for drawing playing cards based on contents of an Excel file
The file should contain three columns: level, front and back texts

Wouter Bergmann Tiest
4 September 2024

Requires openpyxl and pycairo:

  • pip3 install openpyxl
  • brew install cairo pkg-config (only for MacOS)
  • pip3 install pycairo