Go to file
root 2ba77ec376 I made some more helper functions to make the code for each of the
letters be more concise.

When I was testing whether my helper funcions worked, it was helpful
to '#' out the lines I was trying to replace and test it, before
deleting the lines permanently. I am not sure if the draw_segment
function is that good, but I couldn't figure out how to use a loop
with having so many arguments in it. Also, the draw_segment function
isn't always the right length of what I need to draw, so sometimes I
have to put a lot of zeros.
2024-09-21 17:08:38 -04:00
.commit_template Initial commit 2024-08-28 01:19:42 +00:00
.gitignore Initial commit 2024-08-28 01:19:42 +00:00
grid.py Initial commit 2024-08-28 01:19:42 +00:00
poetry.lock Initial commit 2024-08-28 01:19:42 +00:00
proof.py Initial commit 2024-08-28 01:19:42 +00:00
pyproject.toml Initial commit 2024-08-28 01:19:42 +00:00
test.py Initial commit 2024-08-28 01:19:42 +00:00
typeface.py I made some more helper functions to make the code for each of the 2024-09-21 17:08:38 -04:00