Skip to main content

Translate Google Framework For Python

Project description

icon

Translate Google Framework For Python

aiolang

Simple, modern, asynchronous for API building use or normal user use.


Example Usage

Muddle 1

import asyncio
from aiolang import Translate

async def main():
    async with Translate() as translate:
        request = await translate.translate("Hello, World!", "KO")
        print(request)

if __name__ == "__main__":
    asyncio.run(main())

Muddle 2

import asyncio
from aiolang import Translate

async def main():
    translate = Translate()
    request = await translate("Hello, World!", "KO")
    print(request)

if __name__ == "__main__":
    asyncio.run(main())

Key Features

  • API:

No key needed. Google translator public API is used.

  • Easy:

Simple appearance and syntax for novice users.

  • Async:

Written asynchronously for greater flexibility.


Install

pip3 install -U aiolang

support

cover

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

aiolang-0.0.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiolang-0.0.1-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file aiolang-0.0.1.tar.gz.

File metadata

  • Download URL: aiolang-0.0.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for aiolang-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fb343eee5c15de3e17626735121956bc1cd8ec8aa43a1011468f050725a59754
MD5 89d73fa588d2f92eed8227278dbddc87
BLAKE2b-256 4d40d176e7eaec103ca2ac39d074cf8a80d6f919c5e593cb953212e79f14e480

See more details on using hashes here.

File details

Details for the file aiolang-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: aiolang-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for aiolang-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d3489d4736dfe32bcfc3ae75eefbecd4c7eac6e4e6a1555995271f2e2cc34228
MD5 12db9ed883b9fedf3c0aae657733b55a
BLAKE2b-256 20b845ef42cd3107680450ce49dc94e6287d9a5fe87a583abe90962eb08f5232

See more details on using hashes here.

Supported by

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