Skip to content

Latest commit

 

History

History
 
 

Currency Convertor - GUI based

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Currency Convertor - GUI based

Description

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)

Dependencies

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.

Installation

pip install requests