mirror of
https://github.com/thisago/googleTranslate
synced 2026-01-15 13:31:42 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| googleTranslate.nimble | ||
| licence | ||
| readme.md | ||
googleTranslate
Google translate free implementation of batchexecute
Usage
import googleTranslate
let translator = initTranslator()
echo translator.single("Hello World!", to = LangPortuguese)
TODO
- Add to nimble
- Add docs
- import modules with
from module import procinstead ofimport module - Installation guide
- Better usage guide
- Github actions
License
MIT