Skip to content

Athulmathew01/currencyconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REAL-TIME CURRENCY CONVERTER

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.

Demo + Video

This video contains demo of the program and it describes how the code works : Youtube link to the video

Team Members

  1. Amal T Vinod @Amaltvinod
  2. Nivin Vigi @Nivinvigi
  3. Athul Mathew Varughese @Athulmathew01

Tech Stack - Python

Working of the project

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

Demo

Features

  • User-Friendly
  • Responsive
  • Real-time

Run Locally

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.

Screenshots

App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages