Traversal

Information


Development And Usage


This desktop application was created using PyQt5's built-in GUI framework. It prompts the user for the name of the country they wish to "travel" to. The app then displays relevant information to the provided country.


Programming


The application utilizes PyQt5's GUI framework and terminal functions to generate a dynamic GUI for the user. The backend software was developed in python and uses REST countries api and open ai's Dall-E2 image generation model. Additionally, this program uses an api modeled off of Google Translates very own software.


Features


This application uses 3 main features once the desired country is entered by the user. First, the application displays an ai generated image of the country's landscape and/or monument. Second, the application displays 5 areas of information about the country including the country's formal name, capital city, region, sub-region, common currency, and native language(s). Third, the app offers a built in translator tool to translate an auto-detected language into the desired one.