shirtgen/README.md

18 lines
497 B
Markdown
Raw Normal View History

2022-04-26 19:31:57 +00:00
# shirtgen - a maiacore t-shirt design generator
How to use:
* write a shirtfile (see example.shirt for an example and the comments in gen.py for a documentation of the format)
* run `gen.py <shirtfile>` to generate a png
## Example
shirtfile:
```
m:b:fill FIRST
m:r:fill second line
r:r:400 third line
```
output:
![three lines of text, the first one is really big and says "first", the second line is smaller and says "second line" a third, even smaller line says "third line"](example.png)