openCC
from opencc import OpenCC
cc = OpenCC('s2twp') # convert from Simplified Chinese to Traditional Chinese
to_convert = '开放中文转换鼠标'
converted = cc.convert(to_convert)
print(converted)
# 輸出開放中文轉換滑鼠Last updated
from opencc import OpenCC
cc = OpenCC('s2twp') # convert from Simplified Chinese to Traditional Chinese
to_convert = '开放中文转换鼠标'
converted = cc.convert(to_convert)
print(converted)
# 輸出開放中文轉換滑鼠Last updated