anonymousException / renpy-translator

A translator for renpy based on google | youdao | deepl | open-ai | offline-ai tranlation supports extract untranslated words and translate
MIT License
61 stars 8 forks source link

CLI Command Line Interface #29

Open thejack99 opened 3 weeks ago

thejack99 commented 3 weeks ago

Would you able to make the CLI for your project to use the ONE KEY TRANSLATE?

anonymousException commented 2 weeks ago

Unfortunately, I did not consider this situation at the beginning of the program design. This results in the coupling of the current graphical interface and program logic, making it difficult to separate the program logic into the command line.