Translate Google Framework For Python
Project description
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
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
aiolang-0.0.1.tar.gz
(5.6 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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb343eee5c15de3e17626735121956bc1cd8ec8aa43a1011468f050725a59754
|
|
| MD5 |
89d73fa588d2f92eed8227278dbddc87
|
|
| BLAKE2b-256 |
4d40d176e7eaec103ca2ac39d074cf8a80d6f919c5e593cb953212e79f14e480
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3489d4736dfe32bcfc3ae75eefbecd4c7eac6e4e6a1555995271f2e2cc34228
|
|
| MD5 |
12db9ed883b9fedf3c0aae657733b55a
|
|
| BLAKE2b-256 |
20b845ef42cd3107680450ce49dc94e6287d9a5fe87a583abe90962eb08f5232
|