Skip to main content

A lightweight Python library for simulating Chinese handwriting

Project description

Handright

A lightweight Python library for simulating Chinese handwriting

released version python version license

Tutorial | Release Notes | Contributing

Vision

Reveal the nature of Chinese handwriting and use it to implement beautiful, simple and easy-to-use interfaces.

Algorithm

首先,在水平位置、竖直位置和字体大小三个自由度上,对每个字的整体做随机扰动。随后,在水平位置、竖直位置和旋转角度三个自由度上,对每个字的每个笔画做随机扰动。

Installation

pip install handright

Quick Start

# coding: utf-8
from PIL import Image, ImageFont

from handright import Template, handwrite

text = "我能吞下玻璃而不伤身体。"
template = Template(
    background=Image.new(mode="1", size=(1024, 2048), color=1),
    font=ImageFont.truetype("path/to/my/font.ttf", size=100),
)
images = handwrite(text, template)
for im in images:
    assert isinstance(im, Image.Image)
    im.show()

更多信息请参阅Tutorial

Join Us

扫码或点击链接加入Handright社区,关于Handright的使用问题请优先在社区中咨询: 手右

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

handrightbeta-8.3.1.tar.gz (11.8 MB view details)

Uploaded Source

Built Distribution

handrightbeta-8.3.1-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file handrightbeta-8.3.1.tar.gz.

File metadata

  • Download URL: handrightbeta-8.3.1.tar.gz
  • Upload date:
  • Size: 11.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for handrightbeta-8.3.1.tar.gz
Algorithm Hash digest
SHA256 37b5c8e095b45bd326d63e66abb11551fa2c216947c8ca182038f853f216facc
MD5 9aaea891ff2b3a4bab55b6406c9e5a86
BLAKE2b-256 31d04f10e48e8da55cf6916fe38fccb0dad96254eba0d20c2da6ed4e4098500a

See more details on using hashes here.

File details

Details for the file handrightbeta-8.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for handrightbeta-8.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9c14bf9bea7320cf10e676d69e6f30971f85ae3980b47ba01227ca78dc4d06fa
MD5 decc21d1fcb32a1fa5933a04a4550abf
BLAKE2b-256 78bea06785fc39000e8f658c806d25d6401743b5b3293164e0a2f586a7e3db6e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page