pylabel/examples/simple.py
2023-02-07 12:54:05 +11:00

15 lines
150 B
Python

from pylabel import avery
profile = avery.L6009
data = range(10)
template = """
Hello World
"""
style = """
.content {
font-family: Arial;
}
"""