pip install -U deep-translator
from deep_translator import GoogleTranslator
print(GoogleTranslator(source='auto', target='zh-CN').translate(text))
pip install -U deep-translator
from deep_translator import GoogleTranslator
print(GoogleTranslator(source='auto', target='zh-CN').translate(text))