Skip to content

shubhankarval/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Convert an amount from one currency to another.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages