Skip to main content

Thanks for NAVER

Project description

NaverTrans

translator is a python package that uses the translation function of the Naver search bar. Please refrain from excessive use.

Installation

To install the NaverTrans library, you can use pip:

pip install navertrans

or

git clone https://github.com/LearningnRunning/NaverTrans.git

python setup.py install

List of languages ​​available for translation

language language code
Russian 'ru'
Portuguese 'pt'
Japanese 'ja'
Italian 'it'
Vietnamese 'vi'
Thai 'th'
Spanish 'es'
French 'fr'
Hindi 'hi'
German 'de'
Simplified Chinese 'zh-CN' (中文 (简体))
Traditional Chinese 'zh-TW' (中文 (繁體))

You can use these language codes when specifying the source and destination languages for translation in your NaverTrans project.

An example of using the navertrans library

from navertrans import navertrans

src_txt = 'Please give a round of applause to NAVER.'
result = navertrans.translate(src_txt, src_lan="en", tar_lan= "ko")

print(result)  # Output: '네이버에게 박수 부탁드립니다.'

In this example, src_txt contains the text you want to translate, and the translate function is called with the default source ('en') and target ('ko') languages. The translated text is stored in the result variable, and it is printed to the console.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

navertrans-0.0.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page