├── Annoucement ├── README.md ├── Version ├── main.py ├── modules ├── AzureGPT │ └── translator.py ├── ClaudeWeb │ └── translator.py ├── DSGPTAPI │ └── translator.py ├── DeepL │ └── translator.py └── GPTWeb │ └── translator.py └── requirements.txt /Annoucement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/Annoucement -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/README.md -------------------------------------------------------------------------------- /Version: -------------------------------------------------------------------------------- 1 | V1.2 2 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/main.py -------------------------------------------------------------------------------- /modules/AzureGPT/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/modules/AzureGPT/translator.py -------------------------------------------------------------------------------- /modules/ClaudeWeb/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/modules/ClaudeWeb/translator.py -------------------------------------------------------------------------------- /modules/DSGPTAPI/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/modules/DSGPTAPI/translator.py -------------------------------------------------------------------------------- /modules/DeepL/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/modules/DeepL/translator.py -------------------------------------------------------------------------------- /modules/GPTWeb/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/modules/GPTWeb/translator.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RetCute/GalTranslator/HEAD/requirements.txt --------------------------------------------------------------------------------