Compare commits

..

5 Commits

Author SHA1 Message Date
Peter D. Gray
9afdc55858
tweak 2023-03-20 14:58:18 -04:00
scgbckbone
4aea821c2c BUT 2023-03-20 14:45:46 -04:00
scgbckbone
025acf0a24 explicit word length in templates title 2023-03-20 14:45:46 -04:00
scgbckbone
bff7197419 inclusive ranges 2023-03-20 14:45:46 -04:00
scgbckbone
50fa6f6e9b add 12 words XOR 2023-03-20 14:45:46 -04:00
3 changed files with 11 additions and 11 deletions

View File

@ -150,7 +150,7 @@ def doit(fname='worksheet.pdf', word_length=24):
# page top-to-bottom
elements = []
elements.append(Paragraph('Seed XOR Worksheet - %d words' % word_length,
elements.append(Paragraph(f'Seed XOR Worksheet — {word_length} Words',
ParagraphStyle('tlab2', alignment=TA_LEFT, fontSize=16, spaceAfter=20, spaceBefore=20)))
elements.append(t)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long