Compare commits
4 Commits
master
...
xor_differ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cf66eeb87 | ||
|
|
bcfbff2cc7 | ||
|
|
0b07025dd0 | ||
|
|
d8a5422076 |
@ -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
Loading…
Reference in New Issue
Block a user