Skip to content

Files

Latest commit

 

History

History

Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Currency Converter

python Code style: black

About

A Tkinter GUI to convert currency on realtime .

To Convert : Just change the amount from entry field, select both currencies & click on search.

There are total 3 buttons :

  • Reset : To change selected fields into Default one
  • Clear : To clear Input Amount & Output Result
  • Search : To convert currencies

GUI Shortcuts

  • Press esc key : To destroy GUI window.
  • Press enter key : To convert currencies (Same as pressing search button)

Setup

To convert currencies you need to have Currency Exchange`s API Key.

To get such follow these steps:

  • Go to the Rapid API's Website
  • Click the Login / Signup button.
  • Then Sign in / Sign Up using your google account.
  • After that open Currency Exchange`s (Rapid API) site again.
  • Scroll down & Click on Header Parameter's dropdown menu at the centre of the page.
  • Then copy the API Key String inside X-RapidAPI-Key box.
  • Then inside main.py file on line no. 67 paste that key inside the empty string.

Screenshots

 
 

Video

Currency.Converter.mp4