py-trans
py-trans copied to clipboard
Text translation library with wrappers for Google Translate, My memory and more...
Results
1
py-trans issues
Sort by
recently updated
recently updated
newest added
The following error occurs when I try to run the basic sample. ``` Traceback (most recent call last): File "/home/username/Documents/python-test/main.py", line 1, in from py_trans import PyTranslator File "/home/username/Documents/python-test/.venv/lib/python3.11/site-packages/py_trans/__init__.py", line...