Version 0.0.2
HornPenguin Booklet is a simple software generating booklet and signature for bookbinding from your pdf files.
You can print your own book signatures and simple pamplet with your home printer.
See further details and usage examples in project documents.
See detailed descriptions in Documentation
The executable files are in dist
directory.
There are two options onefile execution file and the compressed onedir file. The project supports for Windows, Linux, and OSX.
You must notice that the onefile files requires some time to execute at initial stage. To inform the executation, there is a splash window in the each onefile files, thanks to splash routine in pyinstaller.
booklet.exe # console program
bbokletw.exe # GUI program
booklet # console program
bbokletw # GUI program
No, but you can excute python source code.
or you can directly execute main.py
or mainw.py
with your python environment. Just check the prerequists in Dependencies section.
It is recommended if there are some errors in the execution files or you are using OSX. (I don't have Mac yet.)
Install them with next command
pip install PyPDF2 reportlab Pillow simpleaudio
For simpleaudio
, it requires compilers, build tools and prerequest library libasound2-dev
to install the module.
If you are using Ubuntu you can install build-essential
from repository.
sudo apt install build-essential libasound2-dev
See guides and rules in Developer guide document
Further routines for next version
Simple
Little troublesome
Annoying
This program distributed under BSD 3-clause license
See detail license text in LICENSE file in repository.