Free DeepL Pro even Quota Exceeded
Project description
DeepLexer
Working DeepL Pro even Quota Exceeded.
Use your own risks.
Usage
pip install deeplexer
import asyncio
from deeplexer import Deeplexer
async def main():
session_file = './sessions.json' # Required. Path to the session be stored.
username = '<deepl username>' # Optional if session file is valid
password = '<deepl password>' # Optional if session file is valid
async with Deeplexer(session_file,
username=username,
password=password) as deeplex:
query = 'Hello World!'
translation = await deeplex.translate(query, 'EN', 'KO')
print('Translation:', translation.text)
print('All jobs have been finished')
if __name__ == '__main__':
event_loop = asyncio.get_event_loop()
event_loop.run_until_complete(main())
event_loop.close()
License
Licensed under the MIT license.
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
deeplexer-0.0.4.tar.gz
(6.4 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 deeplexer-0.0.4.tar.gz.
File metadata
- Download URL: deeplexer-0.0.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dce84c26c07b19d240c4a097385b8951d053cdd20e5990b48a07b1fd4d273d6b
|
|
| MD5 |
e5c20dcbf78372abb62f1fc1dfd2f657
|
|
| BLAKE2b-256 |
6c34ca50f4daf795e7ffafcce54814c96814e4d53602aabc20ff625fc57022f3
|
File details
Details for the file deeplexer-0.0.4-py3-none-any.whl.
File metadata
- Download URL: deeplexer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d30a2732a868ef977bd774b7463fb4c1cdb10953a3a5339b9a60ed0bef8a8c9b
|
|
| MD5 |
8df0b04d06ff2b1a8987726f28de5680
|
|
| BLAKE2b-256 |
1a92a04540b430b18888c9b8c69048b39cbed8d3e4cf08fe70048da9be49d9b8
|