Initial commit

This commit is contained in:
2022-10-29 18:39:03 +02:00
commit 558b00793e
10 changed files with 590 additions and 0 deletions

6
contrib_scribe_test.py Normal file
View File

@@ -0,0 +1,6 @@
import contrib_scribe
def test_font_size():
for char, crepr in contrib_scribe.FONT.items():
assert len(crepr) == 7, f'"{char}" is taller than 7 pixels'