Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 656 Bytes

Currency-Converter

Convert an amount from one currency to another with 170 available currencies.

Design

  • 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.

Functionality

  • 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.