TraductorPy
Esta librería te ayudara a traducir el texto que necesites utilizar.
Demo
Si desea ver más sobre el proyecto puede visitar este Link.
Instalación
Para instalar y ejecutar este proyecto, simplemente escriba y ejecute
pip install traductorPy
TraductorPY Example
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 !
Propiedades de translater
Propiedad |
Tipo |
Descripción |
Uso |
Valor por Defecto |
|---|---|---|---|---|
lan_source |
string |
Idioma |
lan_source =“DE” |
EN |
lan_to |
string |
Idioma |
lan_to =“DE” |
ES |
translate |
string |
Texto a traducir |
translate =“Hola MundO” |
’’ |
Idiomas Disponibles
Idioma |
Valor |
|---|---|
Alemán |
DE |
Búlgaro |
BG |
Checo |
CS |
Chino |
ZH |
Danés |
DA |
Eslovaco |
SK |
Esloveno |
SL |
Español |
ES |
Estonio |
ET |
Finés |
FI |
Francés |
FR |
Griego |
EL |
Húngaro |
HU |
Inglés |
EN |
Italiano |
IT |
Japonés |
JA |
Letón |
LV |
lituano |
LT |
neerlandés |
NL |
polaco |
PL |
portugués |
PT |
rumano |
RO |
ruso |
RU |
sueco |
SV |
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file traductorPy-1.5.tar.gz.
File metadata
- Download URL: traductorPy-1.5.tar.gz
- Upload date:
- Size: 19.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
630237f37963b98615b6515218e53f7888928236114e843a9249550737032ee0
|
|
| MD5 |
92a07aa92d38c1aba51e5eac08704541
|
|
| BLAKE2b-256 |
67642135d6b4e3c8eaedaa2910be84d604bc2a984610fbf97334029d3fbb9f50
|