GUI-based Currency Convertor using Tkinter in python. select the From_currency_code and To_currency_code from the GUI dropdown menu and provide the amount to be converted and after clicking the convert button you get the converted amount in provided currency. The conversion rate is founded from API. (URL of API is mentioned in code)
In my work i used requests and tkinter. In most of the python installation tkinter is already installed. So, That you don't have to install. Installation for requests given below.
pip install requests