Skip to content

Instantly share code, notes, and snippets.

View m4ra's full-sized avatar

mara m4ra

View GitHub Profile
@m4ra
m4ra / make_zine.py
Last active April 14, 2021 10:28
PDF Zine generator with fpdf
from fpdf import FPDF
"""
A script for generating A5 size pdf zines
with a text-file input, under development,
GPL3 Licence, Mara Karagianni, April 2021
"""
# Variables
header_font = 'helvetica'
header_font_size = 14