A story card painter for creating a physical scrum
Input: CSV
Output: PDF
The input backlog file should be CSV format with 6 columns according to the order of: ID
, Name
, Importance
, Estimate
, How to demo
, Notes
for the stories.
Notice that the first row would be ignored as header.
normal-painter.py
: 1/2 A4small-painter.py
: 1/4 A4, less fields
Set I/O paths in the main
function.