kisaragi-hiu / pangu.rkt

Paranoid text spacing in Racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pangu.rkt

Paranoid text spacing in Racket.

Nearly a direct port of the official Python version (vinta/pangu.py).

Install

After cloning:

raco pkg install --name pangu

Usage

(require pangu)

(spacing-text "當你凝視著bug,bug也凝視著你") ; => "當你凝視著 bug,bug 也凝視著你"

(with-output-to-file "/tmp/testing"
  (lambda () (printf "與PM戰鬥的人, 應當小心自己不要成為PM")))
(spacing-file "/tmp/testing") ; => "與 PM 戰鬥的人,應當小心自己不要成為 PM"

License

MIT. See file LICENSE.

About

Paranoid text spacing in Racket

License:MIT License


Languages

Language:Racket 98.1%Language:Makefile 1.9%