v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-18 00:30:40 -07:00
GTT/README.md
2022-10-19 01:14:15 +08:00

28 lines
586 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)
[play on network](https://github.com/tosone/minimp3#examples-are-here)
[low level](https://github.com/hajimehoshi/oto)
## config
[viper](https://github.com/spf13/viper)