Skip to main content

Traductor web

Project description

Idiomas Disponibles

Los idiomas disponibles se deben indicar en los parámetros lan_source y lan_to de la función translater. Por defecto si no se envían traduce de español a inglés.

Idiomas:

  • DE - alemán

  • BG - búlgaro

  • CS - checo

  • ZH - chino

  • DA - danés

  • SK - eslovaco

  • SL - esloveno

  • ES - español

  • ET - estonio

  • FI - finés

  • FR - francés

  • EL - griego

  • HU - húngaro

  • EN - inglés

  • IT - italiano

  • JA - japonés

  • LV - letón

  • LT - lituano

  • NL - neerlandés

  • PL - polaco

  • PT - portugués

  • RO - rumano

  • RU - ruso

  • SV - sueco

Instalación

pip install traductorPy

** Uso **

` from traductorPy import Traductor `

` translate = 'Hola mundo !' lan_source = 'ES' lan_to = 'PT' print(Traductor.translater(translate, lan_source, lan_to)) `

> Olá mundo!

` print(Traductor.translater(translate)) `

> Hello world !

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

traductorPy-1.2.tar.gz (5.9 MB 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