├── .github └── workflows │ └── codeql-analysis.yml ├── Deepl.png ├── LICENSE ├── Menlo-Regular.ttf ├── README.md ├── bing.png ├── google.png ├── screenshot.png ├── test.py ├── trans-notify.py ├── translatorgtk.py ├── translatorgtk312.py ├── translatorgtk4.py ├── translatorxclip.py └── yandex.png /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /Deepl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/Deepl.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /Menlo-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/Menlo-Regular.ttf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/README.md -------------------------------------------------------------------------------- /bing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/bing.png -------------------------------------------------------------------------------- /google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/google.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/screenshot.png -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/test.py -------------------------------------------------------------------------------- /trans-notify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/trans-notify.py -------------------------------------------------------------------------------- /translatorgtk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/translatorgtk.py -------------------------------------------------------------------------------- /translatorgtk312.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/translatorgtk312.py -------------------------------------------------------------------------------- /translatorgtk4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/translatorgtk4.py -------------------------------------------------------------------------------- /translatorxclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/translatorxclip.py -------------------------------------------------------------------------------- /yandex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delvin-fil/More-translator-GUI/HEAD/yandex.png --------------------------------------------------------------------------------