From c3458513caed694f8bb52cc9bbeb4c63d92e7328 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 4 Oct 2014 10:36:06 +0800 Subject: [PATCH] add uniout to Text Processing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c6cf116..1e231483 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [xpinyin](https://github.com/lxneng/xpinyin) - A library to translate Chinese hanzi (漢字) to pinyin (拼音). * [pangu.py](https://github.com/vinta/pangu.py) - Spacing texts for CJK and alphanumerics. * [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python. + * [uniout](https://github.com/moskytw/uniout) - Print readable chars instead of the escaped string. * Slugify * [awesome-slugify](https://github.com/dimka665/awesome-slugify) - A Python slugify library that can preserve unicode. * [python-slugify](https://github.com/un33k/python-slugify) - A Python slugify library that translates unicode to ASCII.