Googletrans - 파이썬을 위한 구글 번역 API

Googletrans는 구글 번역 API(Google Translate API)를 구현한 파이썬 라이브러리입니다. (Googletrans 공식 문서)

파이썬과 Googletrans를 이용해서 무료로 그리고 무제한으로 구글의 번역 기능을 사용할 수 있습니다.

우선 설치를 진행합니다.


Googletrans 설치

pip install googletrans
conda install -c conda-forge googletrans

우선 명령 프롬프트에서 pip 또는 conda를 통해서 설치를 진행합니다.


pip install git+https://github.com/BoseCorp/py-googletrans.git --upgrade

만약 기본 예제가 “AttributeError: ‘NoneType’ object has no attribute ‘group’ “의 에러 메세지로 동작하지 않는다면 위와 같이 설치를 다시 진행합니다.



다음글