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

handright-8.1.0.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

handright-8.1.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file handright-8.1.0.tar.gz.

File metadata

  • Download URL: handright-8.1.0.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for handright-8.1.0.tar.gz
Algorithm Hash digest
SHA256 aeb871d0bf5b569690b165f92358825f3edc34bff078efa7c64f50367f6989ff
MD5 337b8d79baae3854e8ceee217c8bc46f
BLAKE2b-256 64bf648a96cd364634d880468297be4adfa877b670a77ccde2135a673014fb0c

See more details on using hashes here.

File details

Details for the file handright-8.1.0-py3-none-any.whl.

File metadata

  • Download URL: handright-8.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for handright-8.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 23fdfa0f76df99cc66a395be7ac5e5172655af31080a605ee7eca0416c5bc270
MD5 2be1e68ca66e95c3b0321ea86f56a13f
BLAKE2b-256 7122c332e1754a1ec194ef3a533a822f2e6ed0c567fbb404725b7f5db35a23df

See more details on using hashes here.

Supported by

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