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.3.tar.gz
(6.4 kB
view hashes)
Built Distribution
Close
Hashes for deeplexer-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa4142eb9025caebcfc747928d72655177c500d3338d8a6bcdb6c8fd8a93b93e |
|
MD5 | ff64dd98c3547fdff3dafc204417bc48 |
|
BLAKE2b-256 | 5d0a04e915c88f38b75cc3dff15d831c4c61d3016c66f34d12f1d765168dd172 |