A simple automatic translation library
Project description
Auto Translate
Auto Translate is a simple Python package that automatically translates text to a selected language.
Installation
pip install auto_translate
Usage
from auto_translate import AutoTranslate
translate = AutoTranslate("es") # Set preferred language to Spanish
text = translate.translate("Hello, how are you?")
print(text) # Output: "Hola, ¿cómo estás?"
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auto_translate-1.5.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auto_translate-1.5.tar.gz.
File metadata
- Download URL: auto_translate-1.5.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d15f2dc3f3c71d48a1896095c412fabcfc757bfd93ddde37204818b41aee9cb0
|
|
| MD5 |
43735feaf538c74707ece87b70d307fc
|
|
| BLAKE2b-256 |
c8625eef9124458c598a46596ed6cdfe582c7b5bd160adb4039000d9b31e0a4f
|
File details
Details for the file auto_translate-1.5-py3-none-any.whl.
File metadata
- Download URL: auto_translate-1.5-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cde5b746b1c192c5cd16611d95008943328fb818f63ff61cfdef62443992f3c
|
|
| MD5 |
47b5153642a3cb867c25e26aa114b114
|
|
| BLAKE2b-256 |
81a0af081a4a488ce3d64820e2da7f2282d58626c068263136747d5df3ebb6ef
|