Commit Graph

6 Commits

Author SHA1 Message Date
Alan Orth ea995417d3
generate.py: improve text overlay
There were some strange artifacts in the text overlay that seem to
go away if I generate the text with a foreground and background di-
rectly instead of in two separate steps.
2024-03-01 17:07:45 +03:00
Alan Orth f3224bee2e
generate.py: log actions after they complete
I guess this is a convention.
2024-02-28 07:49:54 +03:00
Alan Orth 9a0acd3717
generate.py: error logging should be red
If we're going to have colors at all, they should be consistent.
2024-02-28 07:46:09 +03:00
Alan Orth 00ab133921
generate.py: log after action
I saw some advice once that we should log after the action completes
instead of before. Let's at least be consistent.
2024-02-26 09:28:32 +03:00
Alan Orth ef3dcd432f
generate.py: add logging of grid size 2024-02-26 09:27:45 +03:00
Alan Orth 2a33c8c5bd
Add initial version of generate.py 2024-02-25 16:17:01 +03:00