ashin-coder/language-translator — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python desktop translator app with a clean GUI. I want to type or paste text, have the app auto detect the source language, and translate it into a language I choose from a big list, ideally 100 plus languages. It should feel instant and easy to use.
Please include a Read Aloud button so I can hear the translated text, a Voice Input option that lets me speak in English and turn that into translated text, a Copy button for the result, and a Clear button to wipe out old input and output so I can start fresh. If the speech feature needs to save an audio file and play it through the computer, that is fine.
Make it straightforward to run locally, with any needed imports and setup handled cleanly. A simple polished interface is more important than fancy design. If anything is unclear, look up the current docs online and make reasonable choices.
Want more depth? Deep Reverse