diff --git a/README.md b/README.md index 74fb7f7f..521add3a 100644 --- a/README.md +++ b/README.md @@ -1094,6 +1094,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity. * [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. + * [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi to pinyin. * [shortuuid](https://github.com/skorokithakis/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs. * [unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text. * [uniout](https://github.com/moskytw/uniout) - Print readable chars instead of the escaped string.