Skip to main content

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.

Supported by

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