Classical Chinese Text Typesetting
Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
anchipy
docs
examples
.gitignore
LICENSE
MANIFEST.in
README.rst
anchipy_formatted.pdf
setup.py

README.rst

AnChiPy

This application is aimed to convert simplified Chinese text into formatted (classical) document.

Dependency

This package is dependent on reportlab 3.3.0 and PyPDF2 1.24.

Installation

$ git clone MY_ANCHIPY_PACKAGE
$ python setup.py install --install-scripts=/usr/local/bin

Usage

Type your text into a txt file, and use AnChiPy to format and generate the PDF. For instance,

$anchipy examples/ltjx.txt

The default output is anchipy_formatted.pdf.

https://github.com/liang-chen/AnChiPy/blob/master/examples/image.png

DOCUMENTATION

Please read the documentation here.

LICENCE

MIT License

Contributor

Liang Chen