Skip to main content

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的使用问题请优先在社区中咨询: 手右

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.5.1.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

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

handrightbeta-8.5.1-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for handrightbeta-8.5.1.tar.gz
Algorithm Hash digest
SHA256 7de61258496fcecc8597e909a2a7302e64690561b43c332f71fb195ca2e983d0
MD5 a8a52dd16fdcc42bd22e4e52bacf849d
BLAKE2b-256 52cf59963618ac0299a82f1e5dda9e3888f8aff97152bd01f4e15260c0e86d5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: handrightbeta-8.5.1-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for handrightbeta-8.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e5634c8578030b8cbe4ce3f149f9da9c9c8915f4e546f6d818520b0100397553
MD5 94ee10bb7353bc50f271594e8715cb0c
BLAKE2b-256 e43e2a01a4d5f1eaa1b450c295129b7d454a3cd1bb64f21eedae8761c40362ab

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