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
- Press
esc
key : To destroy GUI window. - Press
enter
key : To convert currencies (Same as pressingsearch
button)
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 online no. 67
paste that key inside theempty string
.