Metadata-Version: 2.1
Name: twoup
Version: 0.2
Summary: List page number sequence to print a small folded double sided booklet
Home-page: http://github.com/m-anish/twoup
Author: Anish Mangal
Author-email: anishmg@umich.edu
License: gpl3
Project-URL: Documentation, http://github.com/m-anish/twoup
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

# twoup

List page number sequence to print a small folded double sided booklet


## Description

To consult the gnome guide for two sided booklet printing, please visit [this](https://help.gnome.org/users/gnome-help/stable/printing-booklet-duplex.html.en) link. As part of the guide, you will require a listing of page numbers in a specific order, which this package provides.

## Usage
`$ twoup`
`Number of pages in your booklet (must be a multiple of four)? 8`
`8,1,2,7,6,3,4,5`

## Note

This project has been set up using PyScaffold 3.1.post0.dev48+gfeb1042. For details and usage
information on PyScaffold see https://pyscaffold.org/.


