python pip install unidecode python from unidecode import unidecode ascii_text = unidecode(chinese_text) print(ascii_text) Zhong Guo Ren