Project Brief
Yesterday, we built a program that translated between two languages through the terminal. Today, your task is to build a graphical user interface (GUI) for that program.
Expected Output
Here is an example of how the program should behave:
The user can enter some short text and select a target language from the drop-down list and then press Translate to get the translation.
For your convenience, here is the program that lets the user translate text through the terminal: