Generate mini booklets with paper, scissors, and staples... and Python
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 263 B view raw
1[project] 2name = "mini-booklet" 3version = "1.0" 4description = "Generate mini booklets with paper, scissors, and staples" 5readme = "README.md" 6requires-python = ">=3.10" 7dependencies = [ 8 "pypdf==6.7.0", 9] 10license = "MIT" 11license-files = [ 12 "LICENSE.txt", 13]