It is a real-time currency converter which supports conversion of 10 currencies.The project converts currencies by using API to get the real time conversion rates. It focuses on users who want to get easy access to the converted values of a currency to their desired currency.
This video contains demo of the program and it describes how the code works : Youtube link to the video
- Amal T Vinod @Amaltvinod
- Nivin Vigi @Nivinvigi
- Athul Mathew Varughese @Athulmathew01
It is a UI based real time currency converter which converts the value of one currency to another by using the API which helps the program to take the real time rates of the currency to be converted. Here we imported tkinter module for designing UI and requests module (allows you to send HTTP requests) for receiving and using API calls.We have also given a info button for those who don't know the currency codes. Our converter supports 10 currencies.They are :
- USD
- INR
- EUR
- JPY
- CAD
- AUD
- YER
- NZD
- CUP
- KRW
- User-Friendly
- Responsive
- Real-time
Clone the project
git clone https://github.com/Athulmathew01/currencyconverter.git
Go to the project directory
cd tinkerhub
Now run the python file
python currencyconvertor.py
or
python3 currencyconvertor.py
Then the UI window opens up...now you can type the amount in the text field provided and then select your currency from drop down menu and select the currency to which it must be converted.Now click the convert button....your output will be present on the next text field.