v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-27 21:11:11 -07:00
GTT/README.md
2022-10-17 10:15:19 +08:00

20 lines
413 B
Markdown

# GTT
Google Translate TUI
## Translate
[free-google-translate (go)](https://github.com/turk/free-google-translate/blob/master/translator.go)
```
https://translate.googleapis.com/translate_a/single?client=gtx&sl=%s&tl=%s&dt=t&q=%s
```
## MP3
![sample code](https://i.imgur.com/GOsiti7.png)
[beep](https://github.com/faiface/beep)
[example](https://gist.github.com/iochen/acad285d2d23066df9449d40a7f3547c)