Convert an amount from one currency to another with 170 available currencies.
- Uses the ExchangeRates API to get the latest currency rates.
- Uses the requests library to parse data.
- Graphical Interface (GUI) is built using PySimpleGUI.
- Utilizes an image as a button by converting it to a base64 bytestring.
- Enter an amount.
- Choose currencies to convert from and convert to.
- Users can opt to switch the currency that is being converted from and converted to.
- Receive the conversion based on up-to-date exchange rates.