Skip to content

Instantly share code, notes, and snippets.

@muhammetakalan
Created November 25, 2021 13:27
Show Gist options
  • Save muhammetakalan/0942d7673b5c8c9cf6fafa0e416c70c1 to your computer and use it in GitHub Desktop.
Save muhammetakalan/0942d7673b5c8c9cf6fafa0e416c70c1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
notify-send --expire-time=10000 --icon=translator "$(xsel -o)" "$(wget -O - "http://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=tr&dt=t&q=$(xsel -o)" | awk -F'"' '{print $2}')"
gtts-cli "$(xsel -o)" | mpg123 -
@muhammetakalan
Copy link
Author

Dependencies: xsel, wget, python-gtts, mpg123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment