Compare commits

..

4 Commits

Author SHA1 Message Date
scgbckbone
2cf66eeb87
BUT 2023-03-20 19:42:22 +01:00
scgbckbone
bcfbff2cc7
explicit word length in templates title 2023-03-20 19:14:07 +01:00
scgbckbone
0b07025dd0
inclusive ranges 2023-03-20 19:08:49 +01:00
scgbckbone
d8a5422076
add 12 words XOR 2023-03-20 16:39:45 +01: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(f'Seed XOR Worksheet — {word_length} Words',
elements.append(Paragraph('Seed XOR Worksheet - %d words' % word_length,
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