Metadata-Version: 2.4
Name: bookleter
Version: 0.8.3
Summary: Turns pdfs into a6 sized foldable booklets
Author-email: Mohsen Barzegar <2.mohsenbarzegar@gmail.com>
License-Expression: MIT
Project-URL: HomePage, https://github.com/sehraramiz/bookleter
Keywords: booklet,A6
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pdfcropmargins>=2.2.1
Requires-Dist: pdfrw>=0.4
Requires-Dist: pillow>=12.0.0
Requires-Dist: pypdf2>=3.0.1
Dynamic: license-file

# bookleter
##### Turns pdfs into a6 sized foldable booklets

![My Hot Booklet](screenshots/header.jpg)

<h2 dir="rtl">

[روش نصب ، استفاده ، چاپ و اطلاعات بیشتر](http://sehraramiz.ir/bookleter.html)</br>

</h2>

## install
```console
$ pip install bookleter
```

## usage
```console
$ bookleter [pdfname] [start_page-end_page] [direction: rtl ltr] [page crop: '50 50 50 50']
```
direction: right to left (rtl) or left to right (ltr)

page crop: amount of page border crop in pixels 'left top right bottom'

### example command
```console
$ bookleter my_book.pdf 1-30 rtl '50 50 50 50'
```

![GUI](screenshots/bookleter_gui.png)

