Skip to content

idmillington/papersizes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Sizes

This module attempts to solve one small problem: knowing how big pieces of paper are for code that involves printing.

Install with

% pip install papersizes

Then

>>> import papersizes
>>> make_document(papersizes.A4.landscape())

It has a large selection of paper sizes defined, and a PaperSize class which is a wrapper around a namedtuple providing functionality to rotate and modify sizes.

About

Standard papersizes and manipulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages